dask.dataframe.Series.to_backend

dask.dataframe.Series.to_backend

Series.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