home / github / issues

Menu
  • GraphQL API
  • Search all tables

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

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 0.471ms · About: xarray-datasette