File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Other enhancements
35
35
- Let :meth: `DataFrame.to_feather ` accept a non-default :class: `Index ` and non-string column names (:issue: `51787 `)
36
36
- :class: `api.extensions.ExtensionArray ` now has a :meth: `~api.extensions.ExtensionArray.map ` method (:issue: `51809 `)
37
37
- Improve error message when having incompatible columns using :meth: `DataFrame.merge ` (:issue: `51861 `)
38
- - :meth: `Categorical.map ` and :meth: `CategoricalIndex.map ` now have a ``na_action `` parameter (:issue: ``)
38
+ - :meth: `Categorical.map ` and :meth: `CategoricalIndex.map ` now have a ``na_action `` parameter (:issue: `44279 `)
39
39
40
40
.. ---------------------------------------------------------------------------
41
41
.. _whatsnew_210.notable_bug_fixes :
@@ -131,7 +131,7 @@ Bug fixes
131
131
132
132
Categorical
133
133
^^^^^^^^^^^
134
- - Bug in :meth: `Series.map ` , where the value of the ``na_action `` parameter was not used if the series held a :class: `Categorical ` (:issue: ``).
134
+ - 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 `).
135
135
-
136
136
137
137
Datetimelike
You can’t perform that action at this time.
0 commit comments