Skip to content

Commit

Permalink
Update v2.0.1.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Apr 23, 2023
1 parent b690a5a commit 3f7719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v2.0.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Bug fixes
- Bug in :func:`to_datetime` and :func:`to_timedelta` when trying to convert numeric data with a :class:`ArrowDtype` (:issue:`52425`)
- Bug in :func:`to_numeric` with ``errors='coerce'`` and ``dtype_backend='pyarrow'`` with :class:`ArrowDtype` data (:issue:`52588`)
- Bug in :meth:`ArrowDtype.__from_arrow__` not respecting if dtype is explicitly given (:issue:`52533`)
- Bug in :meth:`DataFrame.convert_dtypes` ignores ``convert_foo`` keywords when ``dtype_backeend="pyarrow"`` (:issue:`52871`)
- Bug in :meth:`DataFrame.convert_dtypes` ignores ``convert_foo`` keywords when ``dtype_backeend="pyarrow"`` (:issue:`52872`)
- Bug in :meth:`DataFrame.max` and related casting different :class:`Timestamp` resolutions always to nanoseconds (:issue:`52524`)
- Bug in :meth:`Series.describe` not returning :class:`ArrowDtype` with ``pyarrow.float64`` type with numeric data (:issue:`52427`)
- Bug in :meth:`Series.dt.tz_localize` incorrectly localizing timestamps with :class:`ArrowDtype` (:issue:`52677`)
Expand Down

0 comments on commit 3f7719d

Please sign in to comment.