home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 919981497

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/3432#issuecomment-919981497 https://api.github.com/repos/pydata/xarray/issues/3432 919981497 IC_kwDOAMm_X8421c25 4160723 2021-09-15T12:38:29Z 2021-09-15T12:38:29Z MEMBER

@Hoeze this is now implemented in #5692 (stack is not yet refactored so I reproduced your example in a slightly different way):

```python

stacked.isel(observations=1) <xarray.Dataset> Dimensions: (genes: 2) Coordinates: * genes (genes) <U1 'a' 'b' observations object ('c', 'f') individuals <U1 'c' subtissues <U1 'f' Data variables: test (genes) int64 2 2

```

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