issue_comments: 667737160
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/2844#issuecomment-667737160 | https://api.github.com/repos/pydata/xarray/issues/2844 | 667737160 | MDEyOklzc3VlQ29tbWVudDY2NzczNzE2MA== | 22566757 | 2020-08-02T23:13:26Z | 2020-08-02T23:13:26Z | CONTRIBUTOR | The example the doc build doesn't like: ```python ds = xr.tutorial.load_dataset("rasm") ds.to_zarr("rasm.zarr", mode="w") import zarr zgroup = zarr.open("rasm.zarr")
print(zgroup.tree())
dict(zgroup["Tair"].attrs)
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
424265093 |