Skip to content

Commit a9b9a7f

Browse files
committed
Added GroupBy.all perf improvement to whatsnew
1 parent c861f49 commit a9b9a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Performance Improvements
700700
- Improved performance of :func:`DataFrameGroupBy.rank` (:issue:`15779`)
701701
- Improved performance of variable ``.rolling()`` on ``.min()`` and ``.max()`` (:issue:`19521`)
702702
- Improved performance of ``GroupBy.ffill`` and ``GroupBy.bfill`` (:issue:`11296`)
703-
- Improved performance of :func:`GroupBy.any` (:issue:`15435`)
703+
- Improved performance of ``GroupBy.any`` and ``GroupBy.all`` (:issue:`15435`)
704704

705705
.. _whatsnew_0230.docs:
706706

0 commit comments

Comments
 (0)