home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 391951914

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/884#issuecomment-391951914 https://api.github.com/repos/pydata/xarray/issues/884 391951914 MDEyOklzc3VlQ29tbWVudDM5MTk1MTkxNA== 1217238 2018-05-25T06:09:07Z 2018-05-25T06:09:07Z MEMBER

Do we need to change the behavior of dict(dataset) so that dict(dataset).keys() and dataset.keys() become consistent?

No, I think these are guaranteed to be consistent because we inherit from collections.Mapping to implement dict methods like keys(), values() and items() (via __iter__ and __getitem__).

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