diff --git a/doc/source/groupby.rst b/doc/source/groupby.rst index 03919caf6d101..705db807ddf8f 100644 --- a/doc/source/groupby.rst +++ b/doc/source/groupby.rst @@ -709,6 +709,8 @@ can be used as group keys. If so, the order of the levels will be preserved: Enumerate group items ~~~~~~~~~~~~~~~~~~~~~ +.. versionadded:: 0.13.0 + To see the order in which each row appears within its group, use the ``cumcount`` method: