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
@@ -521,6 +521,7 @@ Other API Changes
521
521
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
522
522
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
523
523
- Serialize metadata properties of subclasses of pandas objects (:issue:`10553`).
524
+
- 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`).
524
525
- ``Categorical.unique`` now returns new ``Categorical`` which ``categories`` and ``codes`` are unique, rather than returning ``np.array`` (:issue:`10508`)
525
526
526
527
- unordered category: values and categories are sorted by appearance order.
0 commit comments