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.3.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -842,7 +842,7 @@ Performance improvements
842
842
- Performance improvement in :meth:`Series.isin` for nullable data types (:issue:`38340`)
843
843
- Performance improvement in :meth:`DataFrame.fillna` with ``method="pad"`` or ``method="backfill"`` for nullable floating and nullable integer dtypes (:issue:`39953`)
844
844
- Performance improvement in :meth:`DataFrame.corr` for ``method=kendall`` (:issue:`28329`)
845
-
- Performance improvement in :meth:`DataFrame.corr` for ``method=spearman`` (:issue:`40956`)
845
+
- Performance improvement in :meth:`DataFrame.corr` for ``method=spearman`` (:issue:`40956`, :issue:`41885`)
846
846
- Performance improvement in :meth:`.Rolling.corr` and :meth:`.Rolling.cov` (:issue:`39388`)
847
847
- Performance improvement in :meth:`.RollingGroupby.corr`, :meth:`.ExpandingGroupby.corr`, :meth:`.ExpandingGroupby.corr` and :meth:`.ExpandingGroupby.cov` (:issue:`39591`)
848
848
- Performance improvement in :func:`unique` for object data type (:issue:`37615`)
0 commit comments