home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 183199483

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
183199483 MDExOlB1bGxSZXF1ZXN0ODk0ODc2MDc= 1048 WIP: preserve variables order in Dataset.concat() 10050469 closed 0     1 2016-10-15T09:27:53Z 2016-10-15T22:50:16Z 2016-10-15T22:50:16Z MEMBER   0 pydata/xarray/pulls/1048

addresses https://github.com/pydata/xarray/issues/1042

The problem is that sets aren't ordered. I tried something based on an OrderedSet recipe, but I'm not sure that this is the most elegant way to go.

A remaining issue is that the coord variable is still not in place (['t', 'a', 'b', 'c'] becomes ['a', 'b', 'c', 't']), but I'm not sure it's possible to do it better (it happens here).

Any idea welcome

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/1048/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

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.653ms · About: xarray-datasette