We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330e557 commit a5745b3Copy full SHA for a5745b3
doc/source/whatsnew/v0.23.0.txt
@@ -787,6 +787,7 @@ Performance Improvements
787
- Improved performance of variable ``.rolling()`` on ``.min()`` and ``.max()`` (:issue:`19521`)
788
- Improved performance of :func:`pandas.core.groupby.GroupBy.ffill` and :func:`pandas.core.groupby.GroupBy.bfill` (:issue:`11296`)
789
- Improved performance of :func:`pandas.core.groupby.GroupBy.any` and :func:`pandas.core.groupby.GroupBy.all` (:issue:`15435`)
790
+- Improved performance of :func:`pandas.core.groupby.GroupBy.pct_change` (:issue:`19165`)
791
792
.. _whatsnew_0230.docs:
793
0 commit comments