-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API/DEPR: DataFrame/Series.replace is too complex. #33302
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
Comments
the current behaviour when #19998 (comment) @reidy-p wrote
|
could the |
+1 for simplifying |
After #33279 the follow-up removes the |
I'm leaning towards deprecating the ffill/bfill behavior with value=None (in part bc it has hidden bugs bc Series._replace_single uses .values instead of ._values). In my first attempt at deprecating I thought we could tell the user to do |
I propose the following, which we can do any subset of:
|
in #17673 (comment) @jorisvandenbossche wrote
opened this issue to discuss.
The text was updated successfully, but these errors were encountered: