Skip to content

Commit e68c873

Browse files
committed
Changed to GroupBy
1 parent 2244402 commit e68c873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@ class providing the base-class of operations.
414414
415415
See Also
416416
--------
417-
{klass}.groupby.apply : Apply function func group-wise
417+
{klass}.GroupBy.apply : Apply function func group-wise
418418
and combine the results together.
419-
{klass}.groupby.transform : Transforms the Series on each group
419+
{klass}.GroupBy.transform : Transforms the Series on each group
420420
based on the given function.
421421
{klass}.aggregate : Aggregate using one or more operations.
422422

0 commit comments

Comments
 (0)