-
Notifications
You must be signed in to change notification settings - Fork 900
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
Allow Z in datetime string parsing in non pandas compat mode #14701
Conversation
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.
A couple small comments. We need to follow up with a deprecation for the behavior that doesn't align with pandas, and eventually make a breaking change for that since it's a bug that cudf and pandas disagree on the behavior. We'll need the Morpheus team (@cwharris) to update their code accordingly. (xref: #14039 (comment))
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
…into compat/dt_parsing
/merge |
Description
xref #14039 (comment)
Checklist