We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872fe71 commit 6caf821Copy full SHA for 6caf821
doc/source/whatsnew/v0.23.0.txt
@@ -338,6 +338,7 @@ Performance Improvements
338
- Improved performance of :func:`IntervalIndex.symmetric_difference()` (:issue:`18475`)
339
- Improved performance of ``DatetimeIndex`` and ``Series`` arithmetic operations with Business-Month and Business-Quarter frequencies (:issue:`18489`)
340
- :func:`Series` / :func:`DataFrame` tab completion limits to 100 values, for better performance. (:issue:`18587`)
341
+- Improved performance of pairwise ``.rolling()`` and ``.expanding()`` with ``.cov()`` and ``.corr()`` operations (:issue:`17917`)
342
343
.. _whatsnew_0230.docs:
344
0 commit comments