You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.2.rst
+7
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ What's new in 0.25.2 (October XX, 2019)
6
6
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
7
7
including other versions of pandas.
8
8
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`)
0 commit comments