dask.dataframe.DataFrame.to_backend# DataFrame.to_backend(backend: str | None = None, **kwargs)# Move to a new DataFrame backend Parameters: backendstr, OptionalThe name of the new backend to move to. The default is the current âdataframe.backendâ configuration. Returns: DataFrame, Series or Index