xorbits.pandas.Series.ffill#

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

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

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.