home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 149678642

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
149678642 MDU6SXNzdWUxNDk2Nzg2NDI= 835 Merging variables with overlapping not but not conflicting values 1217238 closed 0     3 2016-04-20T07:05:43Z 2017-01-23T22:41:31Z 2017-01-23T22:41:31Z MEMBER      

It should be possible to safely merge together variables with values [NaN, 1, 2] and [0, 1, NaN] by using methods such as combine_first (which should also be OK with conflicting values, like the pandas method) and merge (which should raise if values conflict).

See this stackoverflow post for a merge example: http://stackoverflow.com/questions/36731870/how-to-merge-xarray-datasets-with-conflicting-coordinates

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/835/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
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.841ms · About: xarray-datasette