-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: object_dtype_tzaware_strings.atype(dt64) raises #51514
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
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.
I'd be ok with not deprecating this
Thanks @jbrockmendel |
….atype(dt64) raises) (#51619) Backport PR #51514: DOC: object_dtype_tzaware_strings.atype(dt64) raises Co-authored-by: jbrockmendel <[email protected]>
To be explicit about the implications of doing this as a breaking change: this breaks pandas<->pyarrow roundtrips, and so eg also pandas<->parquet roundtripping (admittedly, in a somewhat corner case of using a DatetimeIndex for the column labels) So users doing pd.read_parquet(..) with a file they wrote earlier will now get an error (with released pyarrow) that they can't easily solve themselves. |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.