home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1257965977

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/7076#issuecomment-1257965977 https://api.github.com/repos/pydata/xarray/issues/7076 1257965977 IC_kwDOAMm_X85K-wmZ 4160723 2022-09-26T12:32:59Z 2022-09-26T12:32:59Z MEMBER

Hi @DWesl,

Your example is working with the main branch, it has been fixed in #6889.

```python

after #6889

arr2.unstack("index0")

<xarray.DataArray (index2: 2, level_0: 3, level_1: 5)>

array([[[ 0, 1, 2, 3, 4],

[ 5, 6, 7, 8, 9],

[10, 11, 12, 13, 14]],

[[ 0, 1, 2, 3, 4],

[ 5, 6, 7, 8, 9],

[10, 11, 12, 13, 14]]])

Coordinates:

* level_0 (level_0) int64 0 1 2

* level_1 (level_1) int64 0 1 2 3 4

Dimensions without coordinates: index2

```

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