pandas.core.resample.Resampler.pad# Resampler.pad(limit=None)[source]# Forward fill the values. Parameters limitint, optionalLimit of how many values to fill. Returns An upsampled Series. See also Series.fillnaFill NA/NaN values using the specified method. DataFrame.fillnaFill NA/NaN values using the specified method.