xorbits.pandas.groupby.SeriesGroupBy.backfill#

SeriesGroupBy.backfill(limit=None)#

Backward fill the values.

Deprecated since version 1.4: Use bfill instead.

Parameters

limit (int, optional) – Limit of how many values to fill.

Returns

Object with missing values filled.

Return type

Series or DataFrame

This docstring was copied from pandas.core.groupby.generic.SeriesGroupBy.