On this page
pandas.core.groupby.GroupBy.bfill
- finalGroupBy.bfill(limit=None)[source]
-
Backward fill the values.
- Parameters
-
- limit:int, optional
-
Limit of how many values to fill.
- Returns
-
- Series or DataFrame
-
Object with missing values filled.
See also
-
Series.bfill
-
Backward fill the missing values in the dataset.
-
DataFrame.bfill
-
Backward fill the missing values in the dataset.
-
Series.fillna
-
Fill NaN values of a Series.
-
DataFrame.fillna
-
Fill NaN values of a DataFrame.
© 2008–2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.5.0/reference/api/pandas.core.groupby.GroupBy.bfill.html