Skip to content

Commit 5466193

Browse files
committed
DOC: unify
1 parent c88514f commit 5466193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ def idxmin(
26102610
Wheat Products 103.11 19.66
26112611
Beef 55.48 1712.00
26122612
2613-
By default, it returns the index for the minimum value in each column.
2613+
By default, it returns the index for the minimum value in each column according to the group.
26142614
26152615
>>> df.groupby("food_type").idxmin()
26162616
consumption co2_emissions

0 commit comments

Comments
 (0)