xarray.Dataset.to_dask_dataframe

Dataset.to_dask_dataframe(dim_order=None, set_index=False)

Convert this dataset into a dask.dataframe.DataFrame.

The dimensions, coordinates and data variables in this dataset form the columns of the DataFrame.

Returns:dask.dataframe.DataFrame