From 87fe6b9bc5b4fa4e7ca75ecf5d0154180b3c5b61 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 20 Nov 2013 13:11:26 -0800 Subject: [PATCH] DOC version added 0.13 to cumcount --- doc/source/groupby.rst | 2 ++ 1 file changed, 2 insertions(+) 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: