issues: 186751743
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
186751743 | MDU6SXNzdWUxODY3NTE3NDM= | 1073 | Dataset.concat() doesn't preserve coordinates-variables order | 10050469 | closed | 0 | 1 | 2016-11-02T09:37:01Z | 2017-11-14T21:02:32Z | 2017-11-14T21:02:31Z | MEMBER | Follow-up to https://github.com/pydata/xarray/pull/1049 Example: ```python import xarray as xr import numpy as np ds = xr.Dataset() for vn in ['a', 'b', 'c']: ds[vn] = xr.DataArray(np.arange(10), dims=['t']) dsg = ds.groupby('t').mean() print(list(ds.variables.keys())) out : ['t', 'a', 'b', 'c'] print(list(dsg.variables.keys())) out: ['a', 'b', 'c', 't'] ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1073/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |