issue_comments: 207000636
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/pull/818#issuecomment-207000636 | https://api.github.com/repos/pydata/xarray/issues/818 | 207000636 | MDEyOklzc3VlQ29tbWVudDIwNzAwMDYzNg== | 1197350 | 2016-04-07T17:14:55Z | 2016-04-07T17:14:55Z | MEMBER | My new commit supports unstacking in apply with Consider the behavior of the text case: ``` python
Coordinates: * ny (ny) int64 0 1 * nx (nx) int64 0 1 lat (lon_groups, ny, nx) float64 10.0 nan nan nan nan 10.0 20.0 ... lon (lon_groups, ny, nx) float64 30.0 nan nan nan nan 40.0 40.0 ... * lon_groups (lon_groups) int64 30 40 50 ``` When unstacking, the indices that are not part of the group get filled with nans. We are not able to put these arrays back together into a single array. Note that if we do not rename the group name here: https://github.com/pydata/xarray/pull/818/files#diff-96b65e0bfec9fd2b9d562483f53661f5R121 Then we get an error here: https://github.com/pydata/xarray/pull/818/files#diff-96b65e0bfec9fd2b9d562483f53661f5R407
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
146182176 |