File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ pandas 0.10.1
72
72
- Ensure that MultiIndex tuples can be constructed with NAs (seen in #2616)
73
73
- Fix int64 overflow issue when unstacking MultiIndex with many levels (#2616)
74
74
- Exclude non-numeric data from DataFrame.quantile by default (GH2625 _)
75
+ - Fix a Cython C int64 boxing issue causing read_csv to return incorrect
76
+ results (GH2599 _)
75
77
76
78
**API Changes **
77
79
@@ -84,6 +86,7 @@ pandas 0.10.1
84
86
.. _GH2327 : https://github.com/pydata/pandas/issues/2327
85
87
.. _GH2576 : https://github.com/pydata/pandas/issues/2576
86
88
.. _GH2585 : https://github.com/pydata/pandas/issues/2585
89
+ .. _GH2599 : https://github.com/pydata/pandas/issues/2599
87
90
.. _GH2604 : https://github.com/pydata/pandas/issues/2604
88
91
.. _GH2616 : https://github.com/pydata/pandas/issues/2616
89
92
.. _GH2625 : https://github.com/pydata/pandas/issues/2625
You can’t perform that action at this time.
0 commit comments