home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 632093104

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/4064#issuecomment-632093104 https://api.github.com/repos/pydata/xarray/issues/4064 632093104 MDEyOklzc3VlQ29tbWVudDYzMjA5MzEwNA== 14808389 2020-05-21T13:42:08Z 2020-05-21T13:42:08Z MEMBER

chunk is a method of DataArray while rechunk is a method of dask.array.Array

dataarray.chunk("auto").data calls DataArray.chunk and then fetches the underlying data structure (a dask array) while dataarray.data.rechunk("auto") fetches the underlying data structure and then calls dask.array.Array.rechunk.

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