-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
BUG (string dtype): replace with non-string to fall back to object dtype #60285
BUG (string dtype): replace with non-string to fall back to object dtype #60285
Conversation
Co-authored-by: Matthew Roeschke <[email protected]>
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…ype (pandas-dev#60285) Co-authored-by: Matthew Roeschke <[email protected]> (cherry picked from commit 938832b)
Manual backport -> #60292 |
…back to object dtype (#60285) (#60292) * BUG (string dtype): replace with non-string to fall back to object dtype (#60285) Co-authored-by: Matthew Roeschke <[email protected]> (cherry picked from commit 938832b) * updates for 2.3 * fix inplace modification for 2.3.x branch with python storage
replace()
value in string column with non-string should cast to object dtype instead of raising an error #60282doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.xref #54792