Skip to content

Commit 38bfe3b

Browse files
Update pandas/core/groupby/groupby.py
Co-authored-by: Richard Shadrach <[email protected]>
1 parent b10f692 commit 38bfe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def groups(self) -> dict[Hashable, Index]:
437437
438438
This property provides a dictionary representation of the groupings formed
439439
during a groupby operation, where each key represents a unique group value from
440-
the specified column(s), and each value is a list of index of the row labels
440+
the specified column(s), and each value is a list of index labels
441441
that belong to that group.
442442
443443
See Also

0 commit comments

Comments
 (0)