home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 150044109

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/630#issuecomment-150044109 https://api.github.com/repos/pydata/xarray/issues/630 150044109 MDEyOklzc3VlQ29tbWVudDE1MDA0NDEwOQ== 1322974 2015-10-21T22:37:56Z 2015-10-21T22:37:56Z CONTRIBUTOR

Thinking about it again, I think there could just be a mention in the docs that the pattern

foo = dataset[key] = DataArray(...)

should be avoided and written as

dataset[key] = DataArray(...) foo = dataset[key]

That should be good enough?

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