File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ pandas 0.11.0
47
47
48
48
**Improvements to existing features **
49
49
50
+ - Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059 _)
50
51
- added ``blocks `` attribute to DataFrames, to return a dict of dtypes to
51
52
homogeneously dtyped DataFrames
52
53
- added keyword ``convert_numeric `` to ``convert_objects() `` to try to
@@ -185,6 +186,7 @@ pandas 0.11.0
185
186
.. _GH3012 : https://github.com/pydata/pandas/issues/3012
186
187
.. _GH3029 : https://github.com/pydata/pandas/issues/3029
187
188
.. _GH3041 : https://github.com/pydata/pandas/issues/3041
189
+ .. _GH3059 : https://github.com/pydata/pandas/issues/3039
188
190
189
191
190
192
pandas 0.10.1
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ API changes
229
229
Enhancements
230
230
~~~~~~~~~~~~
231
231
232
+ - Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059_)
233
+
232
234
- Numexpr is now a :ref:`Recommended Dependencies <install.recommended_dependencies>`, to accelerate certain
233
235
types of numerical and boolean operations
234
236
@@ -331,3 +333,4 @@ on GitHub for a complete list.
331
333
.. _GH2806: https://github.com/pydata/pandas/issues/2806
332
334
.. _GH2807: https://github.com/pydata/pandas/issues/2807
333
335
.. _GH2918: https://github.com/pydata/pandas/issues/2918
336
+ .. _GH3059: https://github.com/pydata/pandas/issues/3059
You can’t perform that action at this time.
0 commit comments