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.17.0.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,6 @@ Other API Changes
401
401
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
402
402
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
403
403
- Serialize metadata properties of subclasses of pandas objects (:issue:`10553`).
404
-
- ``Categorical.name`` was removed to make `Categorical` more ``numpy.ndarray`` like. Use ``Series(cat, name="whatever")`` instead (:issue:`10482`).
405
404
- ``Categorical.unique`` now returns new ``Categorical`` which ``categories`` and ``codes`` are unique, rather than returning ``np.array`` (:issue:`10508`)
406
405
407
406
- unordered category: values and categories are sorted by appearance order.
- ``Categorical.name`` was deprecated to make ``Categorical`` more ``numpy.ndarray`` like. Use ``Series(cat, name="whatever")`` instead (:issue:`10482`).
0 commit comments