ENH: Add limit_area to Resample.ffill and Resample.bfill #56532
Labels
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Resample
resample method
#56531 is adding these arguments to Series/DataFrame ffill/bfill due to the deprecation in interpolate. Resample also has ffill/bfill deprecated in interpolate and we should add arguments these arguments as well.
The text was updated successfully, but these errors were encountered: