home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 482274302

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/2237#issuecomment-482274302 https://api.github.com/repos/pydata/xarray/issues/2237 482274302 MDEyOklzc3VlQ29tbWVudDQ4MjI3NDMwMg== 1217238 2019-04-11T19:32:33Z 2019-04-11T19:32:33Z MEMBER

The original issue has been fixed, at least in the toy example: ```

ds.foo.groupby('baz').apply(lambda x: x) <xarray.DataArray 'foo' (x: 4)> dask.array<shape=(4,), dtype=int64, chunksize=(1,)> Coordinates: * x (x) int64 0 1 2 3 bar (x) <U1 dask.array<shape=(4,), chunksize=(2,)> baz (x) <U1 dask.array<shape=(4,), chunksize=(2,)> ```

I don't know if it's still an issue in more realistic scenarios.

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