home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 682337819

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/4372#issuecomment-682337819 https://api.github.com/repos/pydata/xarray/issues/4372 682337819 MDEyOklzc3VlQ29tbWVudDY4MjMzNzgxOQ== 5821660 2020-08-28T05:45:25Z 2020-08-28T05:45:25Z MEMBER

Another questions are, why does this kwarg exist in dask and why do they not rechunk per default?

Trying to answer this from looking at the dask code.

  • allow_rechunk=False: catch chunking problems in core and non-core-dimensions and raise an error. This helps to prevent users running into loading huge dask arrays into memory without further notice.
  • allow_rechunk=True: blockwise is called with align_arrays=True per default which means automatic rechunking for all arrays (core and non-core dimensions). Users can use this, if they are sure the system can handle possible large amounts of data.
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  684930038
Powered by Datasette · Queries took 0.9ms · About: xarray-datasette