We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704d392 commit 8d658c5Copy full SHA for 8d658c5
doc/source/whatsnew/v0.23.0.txt
@@ -579,6 +579,7 @@ Performance Improvements
579
- Improved performance of :func:`DataFrame.median` with ``axis=1`` when bottleneck is not installed (:issue:`16468`)
580
- Improved performance of :func:`MultiIndex.get_loc` for large indexes, at the cost of a reduction in performance for small ones (:issue:`18519`)
581
- Improved performance of pairwise ``.rolling()`` and ``.expanding()`` with ``.cov()`` and ``.corr()`` operations (:issue:`17917`)
582
+- Improved performance of :func:`DataFrameGroupBy.rank` (:issue:`15779`)
583
584
.. _whatsnew_0230.docs:
585
0 commit comments