Skip to content

Commit 65693bd

Browse files
committed
Whitespace
1 parent 5466193 commit 65693bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ def idxmax(
25482548
25492549
>>> df.groupby("food_type").idxmax()
25502550
consumption co2_emissions
2551-
food_type
2551+
food_type
25522552
animal Beef Beef
25532553
plant Wheat Products Wheat Products
25542554
@@ -2614,7 +2614,7 @@ def idxmin(
26142614
26152615
>>> df.groupby("food_type").idxmin()
26162616
consumption co2_emissions
2617-
food_type
2617+
food_type
26182618
animal Pork Pork
26192619
plant Wheat Products Wheat Products
26202620
"""

0 commit comments

Comments
 (0)