https://dataindependent.com/pandas/pa...
https://github.com/Data-Indepedent/pa...
Pandas idxmax is a very convenient function that will return the index of the maximum value across a specified axis. It is especially useful when trying to figure out the max column values for your rows OR maximum row value for your columns.
Say you have a list of students as your rows, and test scores in your columns. Which test was the highest for each student? .idxmax() is a one-liner that'll tell you.
pd.DataFrame.idxmax(axis='your_axis_for_max')
Смотрите видео Pandas Index Max | pd.DataFrame.idxmax() онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Greg Kamradt 12 Сентябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,27 раз и оно понравилось 7 людям.