dask.dataframe.DataFrame.bfill
dask.dataframe.DataFrame.bfill¶
- DataFrame.bfill(axis=None, limit=None)¶
Synonym for
DataFrame.fillna()
withmethod='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
.