We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c71fd commit a6fcbd2Copy full SHA for a6fcbd2
doc/source/whatsnew/v3.0.0.rst
@@ -649,6 +649,7 @@ Conversion
649
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
650
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
651
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
652
+- Bug in :meth: 'Series.convert_dtype' strips the timezone on an already Timezone aware pyarrow timestamp dtype (:issue:'60237')
653
654
Strings
655
^^^^^^^
0 commit comments