Skip to content

Commit aa4ab61

Browse files
fix precommit
1 parent 7a0282a commit aa4ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,12 +1002,12 @@ Numeric
10021002
Conversion
10031003
^^^^^^^^^^
10041004
- Bug in :meth:`DataFrame.astype` not casting ``values`` for Arrow-based dictionary dtype correctly (:issue:`58479`)
1005+
- Bug in :meth:`DataFrame.convert_dtypes` with ``dtype_backend='pyarrow'`` for large ``int64`` values (:issue:`58485`)
10051006
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
10061007
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
10071008
- Bug in :meth:`Series.convert_dtypes` and :meth:`DataFrame.convert_dtypes` removing timezone information for objects with :class:`ArrowDtype` (:issue:`60237`)
10081009
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
10091010
- 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`)
10111011

10121012
Strings
10131013
^^^^^^^

0 commit comments

Comments
 (0)