home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 347380750

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/1528#issuecomment-347380750 https://api.github.com/repos/pydata/xarray/issues/1528 347380750 MDEyOklzc3VlQ29tbWVudDM0NzM4MDc1MA== 1197350 2017-11-28T01:10:01Z 2017-11-28T01:10:10Z MEMBER

zarr needs a filter that can encode and pack the strings into a single buffer, except in the special case where the data are being stored in-memory

@alimanfoo: the following also seems to works with directory store python values = np.array([b'ab', b'cdef', np.nan], dtype=object) zgs = zarr.open_group(store='zarr_directory') zgs.create('x', shape=values.shape, dtype=values.dtype) zgs.x[:] = values

This seems to contradict your statement above. What am I missing?

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