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
+2-1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ Enhancements
53
53
54
54
- Allow timedelta string conversion when leading zero is missing from time definition, ie `0:00:00` vs `00:00:00`. (:issue:`9570`)
55
55
56
+
- Trying to write an excel file now raises ``NotImplementedError`` if the ``DataFrame`` has a ``MultiIndex`` instead of writing a broken Excel file. (:issue:`9794`)
57
+
56
58
.. _whatsnew_0161.api:
57
59
58
60
API changes
@@ -137,7 +139,6 @@ Bug Fixes
137
139
138
140
139
141
- Bug in unequal comparisons between categorical data and a scalar, which was not in the categories (e.g. ``Series(Categorical(list("abc"), ordered=True)) > "d"``. This returned ``False`` for all elements, but now raises a ``TypeError``. Equality comparisons also now return ``False`` for ``==`` and ``True`` for ``!=``. (:issue:`9848`)
140
-
141
142
- Bug in DataFrame ``__setitem__`` when right hand side is a dictionary (:issue:`9874`)
142
143
- Bug in ``where`` when dtype is ``datetime64/timedelta64``, but dtype of other is not (:issue:`9804`)
143
144
- Bug in ``MultiIndex.sortlevel()`` results in unicode level name breaks (:issue:`9875`)
0 commit comments