home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 453807790

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/2586#issuecomment-453807790 https://api.github.com/repos/pydata/xarray/issues/2586 453807790 MDEyOklzc3VlQ29tbWVudDQ1MzgwNzc5MA== 3019665 2019-01-13T07:11:23Z 2019-01-13T07:11:23Z NONE

I'm not really familiar with XArray's internals, but issue ( https://github.com/pydata/xarray/issues/2660 ) looks relevant.

What happens if you do?

python ds.to_zarr(zarr.group(zarr.ZipStore("test.zarr"))) print(xr.open_zarr(zarr.group(zarr.ZipStore("test.zarr"))))

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