You are viewing documentation about an older version (1.21.0). View latest version

modin.pandas.Series.ffill

Series.ffill(axis: Axis | None = None, inplace: bool = False, limit: int | None = None, downcast: dict | None = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/base.py#L1807-L1820)

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

语言: 中文