home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 281813651

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/1223#issuecomment-281813651 https://api.github.com/repos/pydata/xarray/issues/1223 281813651 MDEyOklzc3VlQ29tbWVudDI4MTgxMzY1MQ== 6042212 2017-02-22T21:42:49Z 2017-02-22T21:43:05Z CONTRIBUTOR

@alimanfoo , in the new dataset save function, I do exactly as you suggest, with everything getting put as a dict into the main zarr group attributes, with special attribute names "attrs" for the data-set root, "coords" for the set of coordinate objects and "variables" for the set of variables objects (all of these have their own attributes in xarray).

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