Skip to content

Commit 04c9794

Browse files
DOC: Add entry for bugfix to whatsnew v3.0.0
1 parent 8582404 commit 04c9794

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
@@ -638,8 +638,8 @@ Bug fixes
638638
Categorical
639639
^^^^^^^^^^^
640640
- Bug in :func:`Series.apply` where ``nan`` was ignored for :class:`CategoricalDtype` (:issue:`59938`)
641+
- Bug in :meth:`DataFrame.pivot` and :meth:`DataFrame.set_index` raising an ``ArrowNotImplementedError`` for columns with pyarrow dictionary dtype (:issue:`53051`)
641642
- 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`)
642-
-
643643

644644
Datetimelike
645645
^^^^^^^^^^^^

0 commit comments

Comments
 (0)