-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
API: improve dtype in df.where with EA other #62038
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
Conversation
Looks like |
Co-authored-by: Matthew Roeschke <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
87d5fdf
to
dc7037e
Compare
Woops. Looks better now. |
Any idea how to make it tell me what it wants to change? |
You can comment Otherwise if you have the pre-commit hooks installed, to show the fixes you'll probably need to add pandas/.pre-commit-config.yaml Line 25 in 8475758
|
f4e1f24
to
af23d85
Compare
running |
What about running |
That did it, thanks. Lets see if the CI agrees |
Booyah, did it. Thanks for help troubleshooting |
Np! Thanks @jbrockmendel |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Improves the patch-job done by #38742. Also makes the affected test robust to always-distinguish NAN-vs-NA behavior.