We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68c873 commit 60753c6Copy full SHA for 60753c6
pandas/core/groupby/groupby.py
@@ -416,7 +416,7 @@ class providing the base-class of operations.
416
--------
417
{klass}.GroupBy.apply : Apply function func group-wise
418
and combine the results together.
419
-{klass}.GroupBy.transform : Transforms the Series on each group
+{klass}GroupBy.transform : Transforms the Series on each group
420
based on the given function.
421
{klass}.aggregate : Aggregate using one or more operations.
422
0 commit comments