pandas.core.groupby.GroupBy.backfill

GroupBy.backfill(limit=None)[source]

Backward fill the values.

Parameters
limitint, optional

Limit of how many values to fill.

Returns
Series or DataFrame

Object with missing values filled.

See also

Series.backfill
DataFrame.backfill
Series.fillna
DataFrame.fillna