home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 359679690

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
359679690 MDU6SXNzdWUzNTk2Nzk2OTA= 2414 Indexing not properly working with object dtype element ? 277579 closed 0     4 2018-09-12T22:47:09Z 2021-04-05T14:54:37Z 2021-04-05T14:54:37Z CONTRIBUTOR      

Small "working" demo of the observed issue:

```python import xarray as xr import numpy as np er = xr.DataArray(np.array((np.arange(3), np.arange(6)))) # dtype=object because two different vector size print(er.data[0]) # Does work print(er[0]) # Does not work (ValueError)

I'm a bit puzzled...

```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2414/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.866ms · About: xarray-datasette