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 b10f692 commit 38bfe3bCopy full SHA for 38bfe3b
pandas/core/groupby/groupby.py
@@ -437,7 +437,7 @@ def groups(self) -> dict[Hashable, Index]:
437
438
This property provides a dictionary representation of the groupings formed
439
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
+ the specified column(s), and each value is a list of index labels
441
that belong to that group.
442
443
See Also
0 commit comments