Skip to content

Commit 67088fa

Browse files
DOC: Add entry for bugfix to whatsnew v3.0.0
1 parent 590b34e commit 67088fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ Bug fixes
637637
Categorical
638638
^^^^^^^^^^^
639639
- Bug in :func:`Series.apply` where ``nan`` was ignored for :class:`CategoricalDtype` (:issue:`59938`)
640+
- Bug in :meth:`DataFrame.pivot` and :meth:`DataFrame.set_index` raising an ``ArrowNotImplementedError`` for columns with pyarrow dictionary dtype (:issue:`53051`)
640641
- 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`)
641-
-
642642

643643
Datetimelike
644644
^^^^^^^^^^^^

0 commit comments

Comments
 (0)