home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 591709959

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/3795#issuecomment-591709959 https://api.github.com/repos/pydata/xarray/issues/3795 591709959 MDEyOklzc3VlQ29tbWVudDU5MTcwOTk1OQ== 14808389 2020-02-27T00:13:12Z 2020-02-27T00:13:12Z MEMBER

Is there a reason you need to have exactly one chunk? The chunks are used to reduce the memory needed when computing the final results and you should only need to care about them if you are trying to optimize the speed / memory footprint of your operations.

If you really need to have exactly one chunk (and you have enough memory), it might be better to use ds.load() or ds.compute() directly after the call to open_mfdataset and continue without dask.

I'm not really experienced with the backends / open_mfdataset / dask, though, so I'd appreciate input from someone with more experience.

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