Skip to content

Commit 6fa834f

Browse files
committed
add GH numbers
1 parent 1641d3d commit 6fa834f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v2.1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Other enhancements
3737
- Improve error message when having incompatible columns using :meth:`DataFrame.merge` (:issue:`51861`)
3838
- Improved error message when creating a DataFrame with empty data (0 rows), no index and an incorrect number of columns. (:issue:`52084`)
3939
- :meth:`arrays.SparseArray.map` now supports ``na_action`` (:issue:`52096`).
40-
- :meth:`Categorical.map` and :meth:`CategoricalIndex.map` now have a ``na_action`` parameter (:issue:``)
40+
- :meth:`Categorical.map` and :meth:`CategoricalIndex.map` now have a ``na_action`` parameter (:issue:`44279`)
4141

4242
.. ---------------------------------------------------------------------------
4343
.. _whatsnew_210.notable_bug_fixes:
@@ -141,7 +141,7 @@ Bug fixes
141141

142142
Categorical
143143
^^^^^^^^^^^
144-
- Bug in :meth:`Series.map` , where the value of the ``na_action`` parameter was not used if the series held a :class:`Categorical` (:issue:``).
144+
- Bug in :meth:`Series.map` , where the value of the ``na_action`` parameter was not used if the series held a :class:`Categorical` (:issue:`22527`).
145145
-
146146

147147
Datetimelike

0 commit comments

Comments
 (0)