dask_expr._collection.DataFrame.to_dask_dataframe

dask_expr._collection.DataFrame.to_dask_dataframe

DataFrame.to_dask_dataframe(*args, **kwargs) dask.dataframe.core._Frame

Convert to a legacy dask-dataframe collection

WARNING: This API is deprecated. Please use to_legacy_dataframe.

Parameters
optimize

Whether to optimize the underlying Expr object before conversion.

**optimize_kwargs

Key-word arguments to pass through to optimize.