home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 391805626

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1026#issuecomment-391805626 https://api.github.com/repos/pydata/xarray/issues/1026 391805626 MDEyOklzc3VlQ29tbWVudDM5MTgwNTYyNg== 1217238 2018-05-24T17:59:31Z 2018-05-24T17:59:31Z MEMBER

Indeed, it looks like this works now. Extending the example from the first post: In [3]: ds.chunk({'x': 5}).thedata.groupby('thegroup').mean() Out[3]: <xarray.DataArray 'thedata' (thegroup: 2)> dask.array<shape=(2,), dtype=float64, chunksize=(1,)> Coordinates: * thegroup (thegroup) object False True

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  180516114
Powered by Datasette · Queries took 0.745ms · About: xarray-datasette