File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ pandas 0.13
64
64
- ``read_html `` tests now work with Python 2.6 (:issue: `4351 `)
65
65
- Fixed bug where ``network `` testing was throwing ``NameError `` because a
66
66
local variable was undefined (:issue: `4381 `)
67
+ - In ``to_json ``, raise if a passed ``orient `` would cause loss of data because
68
+ of a duplicate index (:issue: `4359 `)
67
69
68
70
pandas 0.12
69
71
===========
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ Bug Fixes
46
46
- Fixed bug where ``network`` testing was throwing ``NameError`` because a
47
47
local variable was undefined (:issue:`4381`)
48
48
49
+ - In ``to_json``, raise if a passed ``orient`` would cause loss of data because
50
+ of a duplicate index (:issue:`4359`)
51
+
49
52
See the :ref:`full release notes
50
53
<release>` or issue tracker
51
54
on GitHub for a complete list.
You can’t perform that action at this time.
0 commit comments