issue_comments: 499248139
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/2933#issuecomment-499248139 | https://api.github.com/repos/pydata/xarray/issues/2933 | 499248139 | MDEyOklzc3VlQ29tbWVudDQ5OTI0ODEzOQ== | 3621629 | 2019-06-05T20:44:29Z | 2019-06-05T20:44:29Z | CONTRIBUTOR | Hello @ray306 stack/unstack in xarray is a bit different from pandas mechanics.
New dimensions will be added at the end, and the corresponding
coordinate variables will be combined into a MultiIndex.
To mesh the
Parametersdim : str or sequence of str, optional
Dimension(s) over which to unstack. By default unstacks all
MultiIndexes.
You could use
I hope this helps you enjoy xarray and use it more. |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
438947247 |