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 2244402 commit e68c873Copy full SHA for e68c873
pandas/core/groupby/groupby.py
@@ -414,9 +414,9 @@ class providing the base-class of operations.
414
415
See Also
416
--------
417
-{klass}.groupby.apply : Apply function func group-wise
+{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