dask.dataframe.Index.bfill

dask.dataframe.Index.bfill

Index.bfill(axis=None, limit=None)

Synonym for DataFrame.fillna() with method='bfill'.

This docstring was copied from pandas.core.frame.DataFrame.bfill.

Some inconsistencies with the Dask version may exist.

Returns
Series/DataFrame or None

Object with missing values filled or None if inplace=True.