We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d684e1 commit 93efbc6Copy full SHA for 93efbc6
doc/source/whatsnew/v0.23.0.txt
@@ -375,6 +375,7 @@ Performance Improvements
375
- Improved performance of :func:`IntervalIndex.symmetric_difference()` (:issue:`18475`)
376
- Improved performance of ``DatetimeIndex`` and ``Series`` arithmetic operations with Business-Month and Business-Quarter frequencies (:issue:`18489`)
377
- :func:`Series` / :func:`DataFrame` tab completion limits to 100 values, for better performance. (:issue:`18587`)
378
+- Improved performance of pairwise ``.rolling()`` and ``.expanding()`` with ``.cov()`` and ``.corr()`` operations (:issue:`17917`)
379
380
.. _whatsnew_0230.docs:
381
0 commit comments