ENH: Add limit_area to groupby.ffill/bfill #56533
Labels
API - Consistency
Internal Consistency of API/Behavior
Enhancement
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Discussion
Requires discussion from core team before further action
#56531 is adding these arguments to Series/DataFrame ffill/bfill due to the deprecation in interpolate. While groupby doesn't have interpolate and so there is no loss of functionality, if an efficient algorithm can implement limit_area I think we should do it for API consistency.
The text was updated successfully, but these errors were encountered: