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-1
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@ Bug fixes
636
636
Categorical
637
637
^^^^^^^^^^^
638
638
- Bug in :func:`Series.apply` where ``nan`` was ignored for :class:`CategoricalDtype` (:issue:`59938`)
639
-
- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty categorical series raise error or get converted to ``null[pyarrow]`` (:issue:`59934`)
639
+
- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty :class:`CategoricalDtype` :class:`Series` raised an error or got converted to ``null[pyarrow]`` (:issue:`59934`)
0 commit comments