We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc66108 commit a508463Copy full SHA for a508463
doc/source/whatsnew/v0.23.0.txt
@@ -510,6 +510,7 @@ Performance Improvements
510
- Improved performance of :func:`DataFrame.median` with ``axis=1`` when bottleneck is not installed (:issue:`16468`)
511
- Improved performance of :func:`MultiIndex.get_loc` for large indexes, at the cost of a reduction in performance for small ones (:issue:`18519`)
512
- Improved performance of pairwise ``.rolling()`` and ``.expanding()`` with ``.cov()`` and ``.corr()`` operations (:issue:`17917`)
513
+- Improved performance of :func:`DataFrameGroupBy.rank` (:issue:`15779`)
514
515
.. _whatsnew_0230.docs:
516
0 commit comments