File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Other enhancements
30
30
^^^^^^^^^^^^^^^^^^
31
31
- Improve error message when setting :class: `DataFrame ` with wrong number of columns through :meth: `DataFrame.isetitem ` (:issue: `51701 `)
32
32
- :meth: `Categorical.map ` and :meth: `CategoricalIndex.map ` now have a ``na_action `` parameter (:issue: ``)
33
+ - :meth:`Categorical.map` and :meth:`CategoricalIndex.map` now have a ``na_action `` parameter (:issue: `44279 `)
33
34
-
34
35
35
36
.. ---------------------------------------------------------------------------
@@ -119,7 +120,7 @@ Bug fixes
119
120
120
121
Categorical
121
122
^^^^^^^^^^^
122
- - Bug in :meth: `Series.map ` , where the value of the ``na_action `` parameter was not used if the series held a :class: `Categorical ` (:issue: ``).
123
+ - 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 `).
123
124
-
124
125
125
126
Datetimelike
You can’t perform that action at this time.
0 commit comments