>>> df.idxmax(axis="columns") Pork co2_emissions Wheat Products consumption Beef co2_emissions dtype: object
>>> df.idxmax() consumption Wheat Products co2_emissions Beef dtype: object