pandas.core.resample.Resampler.ffill# Resampler.ffill(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.