You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Enhancements
55
55
- Allow Panel.shift with ``axis='items'`` (:issue:`9890`)
56
56
57
57
- Trying to write an excel file now raises ``NotImplementedError`` if the ``DataFrame`` has a ``MultiIndex`` instead of writing a broken Excel file. (:issue:`9794`)
58
+
- Allow ``Categorical.add_categories`` to accept `Series` or `np.array`, and add optional keyword ``raise_on_duplicates``. (:issue:`9927`)
0 commit comments