-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
PERF: avoid copies in frame[col].fillna(val, inplace=True) GH#46149 #46204
Conversation
Is this fix specific to |
No. |
If that's out of scope for this PR I can open a new issue describing what I'm seeing after updating to It's actually the same as #46149, except my usage is:
Of course I can just |
Please do. |
@jbrockmendel ok to backport this if you can add a note in 1.4.2 |
@meeseeksdev backport 1.4.x |
…(val, inplace=True) GH#46149
Something went wrong ... Please have a look at my logs. |
…ace=True) GH#46149 (#46242) Co-authored-by: jbrockmendel <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.