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

modin.pandas.Series.backfill

Series.backfill(*, axis=None, inplace=False, limit=None, downcast=_NoDefault.no_default)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/base.py#L1138-L1152)

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

Language: English