We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cdbf4 commit c67c22dCopy full SHA for c67c22d
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