idxmax dans python
>>> df.idxmax()
consumption Wheat Products
co2_emissions Beef
dtype: object
Impossible Iguana
>>> df.idxmax()
consumption Wheat Products
co2_emissions Beef
dtype: object