home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 573082250

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3681#issuecomment-573082250 https://api.github.com/repos/pydata/xarray/issues/3681 573082250 MDEyOklzc3VlQ29tbWVudDU3MzA4MjI1MA== 2448579 2020-01-10T15:31:49Z 2020-01-10T15:31:49Z MEMBER

Ah thanks, there is a bug here.

xarray is trying to overwrite indexes for the bnds dimension but there are no indexes associated with that dimension. As a work around, you can assign values for bnds: ds1["bnds"] = [0,1] and ds2["bnds"] = [0,1] and then use join="override"

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  548029687
Powered by Datasette · Queries took 0.664ms · About: xarray-datasette