Series.idxmax(self, axis=0, skipna=True, *args, **kwargs)[source]
Series.
idxmax
Return the row label of the maximum value.
If multiple values equal the maximum, the first row label with that value is returned.