xorbits.pandas.Series.bfill#

Series.bfill(axis=None, inplace=False, limit=None, downcast=None)#

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

Returns

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

Return type

Series/DataFrame or None

This docstring was copied from pandas.core.series.Series.