Skip to content

Commit 7a0282a

Browse files
update whatsnew
1 parent 4959b78 commit 7a0282a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ Conversion
10071007
- Bug in :meth:`Series.convert_dtypes` and :meth:`DataFrame.convert_dtypes` removing timezone information for objects with :class:`ArrowDtype` (:issue:`60237`)
10081008
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
10091009
- Bug in :meth:`to_datetime` and :meth:`to_timedelta` with input ``None`` returning ``None`` instead of ``NaT``, inconsistent with other conversion methods (:issue:`23055`)
1010+
- Bug in :meth:`DataFrame.convert_dtypes` with `dtype_backend='pyarrow'` for large `int64` values (:issue:`58485`)
10101011

10111012
Strings
10121013
^^^^^^^

0 commit comments

Comments
 (0)