Findrow,凡一栏的数值在安达斯数据中是最高的
原文:Find row where values for column is maximal in a pandas DataFrame
原文:Find row where values for column is maximal in a pandas DataFrame
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.