File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ pandas 0.12.0
48
48
- Fixed an esoteric excel reading bug, xlrd>= 0.9.0 now required for excel
49
49
support. Should provide python3 support (for reading) which has been
50
50
lacking. (GH3164 _)
51
- - Fix to_csv issue when having a large number of rows and ``NaT `` in some
51
+ - Addressed handling of dupe columns in df.to_csv new and old (GH3454 _, GH3457 _)
52
+ - Fix to_csv issue when having a large number of rows and ``NaT `` in some
52
53
columns (GH3437 _)
53
54
- ``.loc `` was not raising when passed an integer list (GH3449 _)
54
55
- Unordered time series selection was misbehaving when using label slicing (GH3448 _)
@@ -57,6 +58,8 @@ pandas 0.12.0
57
58
.. _GH3164 : https://github.com/pydata/pandas/issues/3164
58
59
.. _GH3251 : https://github.com/pydata/pandas/issues/3251
59
60
.. _GH3379 : https://github.com/pydata/pandas/issues/3379
61
+ .. _GH3454 : https://github.com/pydata/pandas/issues/3454
62
+ .. _GH3457 : https://github.com/pydata/pandas/issues/3457
60
63
.. _GH3038 : https://github.com/pydata/pandas/issues/3038
61
64
.. _GH3437 : https://github.com/pydata/pandas/issues/3437
62
65
.. _GH3455 : https://github.com/pydata/pandas/issues/3455
You can’t perform that action at this time.
0 commit comments