xorbits.pandas.Series.bfill#
- Series.bfill(axis=None, inplace=False, limit=None, downcast=None)#
Synonym for
DataFrame.fillna()withmethod='bfill'.- Returns
Series/DataFrame or None – Object with missing values filled or None if
inplace=True.This docstring was copied from pandas.core.series.Series.