home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 391899432

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/2180#issuecomment-391899432 https://api.github.com/repos/pydata/xarray/issues/2180 391899432 MDEyOklzc3VlQ29tbWVudDM5MTg5OTQzMg== 6815844 2018-05-24T23:47:52Z 2018-05-24T23:49:15Z MEMBER

I think dataset.update(other) should be equivalent with python for key, value in other.items(): dataset[key] = value as similar to python native dict.

Our .item() ony iterates over data_vars not coordinate. So I think even in dataset.update(other) coordinates from other should be dropped if there is a conflict.

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