File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +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
+ - Improved performance of df .to_csv() by up to 10x in some cases. (GH3059 _)
51
51
- added ``blocks `` attribute to DataFrames, to return a dict of dtypes to
52
52
homogeneously dtyped DataFrames
53
53
- added keyword ``convert_numeric `` to ``convert_objects() `` to try to
@@ -249,7 +249,7 @@ pandas 0.11.0
249
249
.. _GH3053 : https://github.com/pydata/pandas/issues/3053
250
250
.. _GH3076 : https://github.com/pydata/pandas/issues/3076
251
251
.. _GH3063 : https://github.com/pydata/pandas/issues/3063
252
- .. _GH3059 : https://github.com/pydata/pandas/issues/3039
252
+ .. _GH3059 : https://github.com/pydata/pandas/issues/3059
253
253
254
254
pandas 0.10.1
255
255
=============
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ API changes
229
229
Enhancements
230
230
~~~~~~~~~~~~
231
231
232
- - Improved performance of dv .to_csv() by up to 10x in some cases. (GH3059_)
232
+ - Improved performance of df .to_csv() by up to 10x in some cases. (GH3059_)
233
233
234
234
- Numexpr is now a :ref:`Recommended Dependencies <install.recommended_dependencies>`, to accelerate certain
235
235
types of numerical and boolean operations
You can’t perform that action at this time.
0 commit comments