dask.dataframe.DataFrame.to_backend — Dask documentation (original) (raw)

Contents

dask.dataframe.DataFrame.to_backend#

DataFrame.to_backend(backend: str | None = None, **kwargs)#

Move to a new DataFrame backend

Parameters:

backendstr, Optional

The name of the new backend to move to. The default is the current “dataframe.backend” configuration.

Returns:

DataFrame, Series or Index

Contents