home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 411249697

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/pull/2330#issuecomment-411249697 https://api.github.com/repos/pydata/xarray/issues/2330 411249697 MDEyOklzc3VlQ29tbWVudDQxMTI0OTY5Nw== 6815844 2018-08-08T00:59:26Z 2018-08-08T00:59:26Z MEMBER

xr.Dataset(ds, coords=some_coords).coords != some_coords

I thought that xr.Dataset(ds, coords=some_coords).coords == some_coords. I think Dataset should be regarded as a dict of dataarrays (data_vars), and thus xr.Dataset(ds, coords=some_coords) should be equivalent to xr.Dataset(ds.data_vars, coords=some_coords).

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