-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
BUG: Preserve timezone in numpy_dtype for ArrowDtype #60514
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: Preserve timezone in numpy_dtype for ArrowDtype #60514
Conversation
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
…kadooo/pandas into bugfix-arrowdtypes-timezone
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
… case basis. added test
|
pre-commit.ci autofix |
|
pre-commit.ci autofix |
…kadooo/pandas into bugfix-arrowdtypes-timezone pulling so I can commit and push
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
…kadooo/pandas into bugfix-arrowdtypes-timezone pulling upstream changes to push local changes
…. Moving test to appropriate file.
|
pre-commit.ci autofix |
|
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
|
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
.convert_dtypes(dtype_backend="pyarrow")strips timezone from tz-aware pyarrow timestamp Series #60237doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.- Fixed an issue where .convert_dtypes(dtype_backend="pyarrow") would strip timezone information from timezone-aware PyArrow timestamps. [GH#60237](https://github.com/pandas-dev/pandas/issues/60237)