Skip to content

Commit 45f4bc7

Browse files
committed
adds what's new entry
1 parent ef1b9a4 commit 45f4bc7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/whatsnew/v0.25.2.rst

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ What's new in 0.25.2 (October XX, 2019)
66
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
77
including other versions of pandas.
88

9+
.. _whatsnew_0252.performance:
10+
11+
Performance improvements
12+
~~~~~~~~~~~~~~~~~~~~~~~~
13+
14+
- Improves :meth:`DataFrame.select_dtypes` performance by using vectorization instead of iterating over a loop. With this improvement :meth:`DataFrame.select_dtypes` becomes feasible for dataframes with lots of columns. (:issue:`28317`)
15+
916
.. _whatsnew_0252.bug_fixes:
1017

1118
Bug fixes

0 commit comments

Comments
 (0)