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
Original file line number
Diff line number
Diff line change
@@ -859,6 +859,7 @@ Performance improvements
859
859
- Performance improvement in :meth:`Series.isin` for nullable data types (:issue:`38340`)
860
860
- Performance improvement in :meth:`DataFrame.fillna` with ``method="pad|backfill"`` for nullable floating and nullable integer dtypes (:issue:`39953`)
861
861
- Performance improvement in :meth:`DataFrame.corr` for ``method=kendall`` (:issue:`28329`)
862
+
- Performance improvement in :meth:`DataFrame.corr` for ``method=spearman`` (:issue:`40956`)
862
863
- Performance improvement in :meth:`.Rolling.corr` and :meth:`.Rolling.cov` (:issue:`39388`)
863
864
- Performance improvement in :meth:`.RollingGroupby.corr`, :meth:`.ExpandingGroupby.corr`, :meth:`.ExpandingGroupby.corr` and :meth:`.ExpandingGroupby.cov` (:issue:`39591`)
864
865
- Performance improvement in :func:`unique` for object data type (:issue:`37615`)
0 commit comments