pandas.core.groupby.GroupBy.pad# GroupBy.pad(limit=None)[source]# Forward fill the values. Deprecated since version 1.4: Use ffill instead. Parameters limitint, optionalLimit of how many values to fill. Returns Series or DataFrameObject with missing values filled.