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 Resample.ffill and Resample.bfill #56532

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

ENH: Add limit_area to Resample.ffill and Resample.bfill #56532

rhshadrach opened this issue Dec 17, 2023 · 0 comments
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method

Comments

@rhshadrach
Copy link
Member

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

@rhshadrach rhshadrach added Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method labels Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
Projects
None yet
Development

No branches or pull requests

1 participant