You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1002,12 +1002,12 @@ Numeric
1002
1002
Conversion
1003
1003
^^^^^^^^^^
1004
1004
- 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`)
1005
1006
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
1006
1007
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
1007
1008
- Bug in :meth:`Series.convert_dtypes` and :meth:`DataFrame.convert_dtypes` removing timezone information for objects with :class:`ArrowDtype` (:issue:`60237`)
1008
1009
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
1009
1010
- 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`)
0 commit comments