Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add limit_area to groupby.ffill/bfill #56533

Open
rhshadrach opened this issue Dec 17, 2023 · 0 comments
Open

ENH: Add limit_area to groupby.ffill/bfill #56533

rhshadrach opened this issue Dec 17, 2023 · 0 comments
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

Comments

@rhshadrach
Copy link
Member

#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.

@rhshadrach rhshadrach added Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Needs Discussion Requires discussion from core team before further action API - Consistency Internal Consistency of API/Behavior labels Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant