diff --git a/doc/source/computation.rst b/doc/source/computation.rst index d247f79c00a46..aff679c4b1ed7 100644 --- a/doc/source/computation.rst +++ b/doc/source/computation.rst @@ -578,6 +578,7 @@ they are implemented in pandas such that the following two calls are equivalent: df.expanding(min_periods=1).mean()[:5] These have a similar set of methods to ``.rolling`` methods. +Please see the :ref:`cumsum, cummax, cummin, cumprod ` Method Summary ~~~~~~~~~~~~~~