How can I find the row for which the value of a specific column is maximal?

df.max() will give me the maximal value for each column, I don’t know how to get the corresponding row.

13 Answers
13

Leave a Reply

Your email address will not be published. Required fields are marked *