#use this to get the index of the max value of a column max_index = column.idxmax()
max_value = column.max()