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
@@ -54,6 +54,8 @@ Enhancements
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
- Allow Panel.shift with ``axis='items'`` (:issue:`9890`)
56
56
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
+
57
59
.. _whatsnew_0161.api:
58
60
59
61
API changes
@@ -138,7 +140,6 @@ Bug Fixes
138
140
139
141
140
142
- 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`)
141
-
142
143
- Bug in DataFrame ``__setitem__`` when right hand side is a dictionary (:issue:`9874`)
143
144
- Bug in ``where`` when dtype is ``datetime64/timedelta64``, but dtype of other is not (:issue:`9804`)
144
145
- Bug in ``MultiIndex.sortlevel()`` results in unicode level name breaks (:issue:`9875`)
0 commit comments