Replies: 2 comments 2 replies
-
I think a little more context might help. In our attempts to accomplish this task we have tried a few ideas and have run into issues which have stumped us. For instance, we have run into issues with jupyter notebook crashing when we try to use the My colleague, @lewfish, has discovered another issue (https://dask.discourse.group/t/workers-don't-have-promised-key-error-and-delayed-computation/936 ) which I think is pertinent to this discussion as it is not clear whether the issue is with xarray or dask. |
Beta Was this translation helpful? Give feedback.
-
If it's really only 800MB, there's no need for dask — |
Beta Was this translation helpful? Give feedback.
-
Given this code snippet, from zarr's tutorial,
how can I save
z1
to parquet file format? Specifically, how can I export this as a table with10_000
rows and10_000
columns, i.e., without doing any transpose? Are there any memory requirements that I ought to be aware of?Beta Was this translation helpful? Give feedback.
All reactions