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
+1
Original file line number
Diff line number
Diff line change
@@ -501,6 +501,7 @@ Other API Changes
501
501
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
502
502
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
503
503
- Serialize metadata properties of subclasses of pandas objects (:issue:`10553`).
504
+
- Allow ``DataFrame`` with ``MultiIndex`` columns to be written to Excel (:issue: `10564`). This was changed in 0.16.2 as the read-back method could not always guarantee perfect fidelity (:issue:`9794`).
504
505
- ``Categorical.unique`` now returns new ``Categorical`` which ``categories`` and ``codes`` are unique, rather than returning ``np.array`` (:issue:`10508`)
505
506
506
507
- unordered category: values and categories are sorted by appearance order.
0 commit comments