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