Skip to content

Commit c67c22d

Browse files
Changed to GroupBy (#59699)
* Changed to GroupBy * Update pandas/core/groupby/groupby.py Co-authored-by: Matthew Roeschke <[email protected]> * Update pandas/core/groupby/groupby.py Co-authored-by: Matthew Roeschke <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent e5cdbf4 commit c67c22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/groupby.py

+2-2
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)