File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Other enhancements
37
37
- Improve error message when having incompatible columns using :meth: `DataFrame.merge ` (:issue: `51861 `)
38
38
- Improved error message when creating a DataFrame with empty data (0 rows), no index and an incorrect number of columns. (:issue: `52084 `)
39
39
- :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 `)
41
41
42
42
.. ---------------------------------------------------------------------------
43
43
.. _whatsnew_210.notable_bug_fixes :
@@ -141,7 +141,7 @@ Bug fixes
141
141
142
142
Categorical
143
143
^^^^^^^^^^^
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 `).
145
145
-
146
146
147
147
Datetimelike
You can’t perform that action at this time.
0 commit comments