modin.pandas.Series.ffill¶

Series.ffill(axis: Axis | None = None, inplace: bool = False, limit: int | None = None, downcast: dict | None = None)[source]¶

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