c9s / xarray

The missing PHP array functions you are looking for, implemented in extension
42 stars 3 forks source link

Go from xarray to pandas dataframe without loading everything into memory #23

Closed atmalagon closed 7 years ago

atmalagon commented 7 years ago

It would be great to have a function like dask's to_delayed in order to take xarray datasets and convert them to pandas dataframes chunkily.

http://stackoverflow.com/questions/40475884/how-to-convert-an-xarray-dataset-to-pandas-dataframes-inside-a-dask-dataframe

atmalagon commented 7 years ago

Sorry! Meant to post this on the developer repo of xarray - please ignore