home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 292633789

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
292633789 MDU6SXNzdWUyOTI2MzM3ODk= 1866 aggregation ops for object-dtype are missing 6815844 closed 0     0 2018-01-30T02:40:27Z 2018-02-15T22:03:01Z 2018-02-15T22:03:01Z MEMBER      

This issue arises in #1837 comment, where we need to make a summation of object-dtype array, such as python xr.DataArray(np.array([True, True, False, np.nan], dtype=object), dims='x').sum('x', skipna=True) Currently, it raises NotImplementedError.

pandas support this by having their own nan-aggregation methods.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1866/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

  • 2 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.908ms · About: xarray-datasette