File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ API changes
35
35
levels aren't all level names or all level numbers. See
36
36
:ref:`Reshaping by stacking and unstacking <reshaping.stack_multiple>`.
37
37
38
+ - Raise a ``ValueError`` in ``df.to_hdf`` with 'fixed' format, if ``df`` has non-unique columns as the resulting file will be broken (:issue:`7761`)
39
+
38
40
.. _whatsnew_0150.cat:
39
41
40
42
Categoricals in Series/DataFrame
@@ -194,7 +196,6 @@ Bug Fixes
194
196
- Bug in Series 0-division with a float and integer operand dtypes (:issue:`7785`)
195
197
- Bug in ``Series.astype("unicode")`` not calling ``unicode`` on the values correctly (:issue:`7758`)
196
198
- Bug in ``DataFrame.as_matrix()`` with mixed ``datetime64[ns]`` and ``timedelta64[ns]`` dtypes (:issue:`7778`)
197
- - Raise a ``ValueError`` in ``df.to_hdf`` if ``df`` has non-unique columns as the resulting file will be broken (:issue:`7761`)
198
199
199
200
200
201
- Bug in pickles contains ``DateOffset`` may raise ``AttributeError`` when ``normalize`` attribute is reffered internally (:issue:`7748`)
You can’t perform that action at this time.
0 commit comments