issue_comments: 636418772
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/4113#issuecomment-636418772 | https://api.github.com/repos/pydata/xarray/issues/4113 | 636418772 | MDEyOklzc3VlQ29tbWVudDYzNjQxODc3Mg== | 6815844 | 2020-05-31T04:21:29Z | 2020-05-31T04:21:29Z | MEMBER | Thank you for raising an issue. I confirmed this problem is reproduced. Since our Lazyarray does not support the reshaping, it loads the data automatically. This automatic loading happens in many other operations. For example, if you multiply your array by a scalar,
FYI, using dask arrays may solve this problem.
To open the file with dask, you could add |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
627735640 |