DataFrameGroupBy.
backfill
Backward fill the values.
Limit of how many values to fill.
Object with missing values filled.
See also
Series.backfill
Backward fill the missing values in the dataset.
DataFrame.backfill
Series.fillna
Fill NaN values of a Series.
DataFrame.fillna
Fill NaN values of a DataFrame.