The function to get the index of maximum value in a column of DataFrame is ............... .
idxmax()
Reason — The idxmax() function in pandas is used to get the index of the maximum value in a column of a DataFrame.