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/v1.5.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,7 @@ Other Deprecations
289
289
290
290
Performance improvements
291
291
~~~~~~~~~~~~~~~~~~~~~~~~
292
+
- Performance improvement in :meth:`DataFrame.corrwith` for column-wise (axis=0) Pearson and Spearman correlation when other is a :class:`Series` (:issue:`46174`)
292
293
- Performance improvement in :meth:`.GroupBy.transform` for some user-defined DataFrame -> Series functions (:issue:`45387`)
293
294
- Performance improvement in :meth:`DataFrame.duplicated` when subset consists of only one column (:issue:`45236`)
294
295
- Performance improvement in :meth:`.GroupBy.diff` (:issue:`16706`)
@@ -299,7 +300,6 @@ Performance improvements
299
300
- Performance improvement in :meth:`DataFrame.join` when left and/or right are empty (:issue:`46015`)
300
301
- Performance improvement in :func:`factorize` (:issue:`46109`)
301
302
- Performance improvement in :class:`DataFrame` and :class:`Series` constructors for extension dtype scalars (:issue:`45854`)
0 commit comments