issues: 244016361
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
244016361 | MDU6SXNzdWUyNDQwMTYzNjE= | 1483 | Loss of coordinate information from groupby.apply() on a stacked object | 17701232 | open | 0 | 5 | 2017-07-19T11:59:48Z | 2020-10-04T16:09:22Z | NONE | I use this stack, groupby, unstack quite frequently. e.g. here An issue I have is that after Is there a way to carry them through and is this an issue for others? ```
import xarray as xr <xarray.DataArray (lat: 180, lon: 360, time: 2000)>
array([[[ 0.623891, -0.044304, ..., 1.015785, 0.009088],
[-0.7375 , 0.380369, ..., 0.788351, -0.69295 ],
...,
[ 0.171894, 0.517164, ..., -0.946908, -0.597802],
[ 0.353743, 0.005539, ..., -1.436965, -0.190099]],
....
Coordinates:
* lat (lat) int32 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 ...
* lon (lon) int32 -180 -179 -178 -177 -176 -175 -174 -173 -172 -171 ...
* time (time) int32 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ..
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1483/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |