-
Notifications
You must be signed in to change notification settings - Fork 921
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
Fix various issues with replace
API and add support in datetime
and timedelta
columns
#17331
Conversation
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops I'm sorry I clicked on the wrong button in my first review! Some small changes requested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving pending resolution of the one open thread about a new utility function.
Done 👍 |
/merge |
Description
This PR:
find_and_replace
inDateTimeColumn
andTimeDeltaColumn
, such that when.replace
is called on a series or dataframe with these columns, we don't error and replace the values correctly.Checklist