xarray.CFTimeIndex.argmax

CFTimeIndex.argmax(self, axis=None, skipna=True, *args, **kwargs)

Return an ndarray of the maximum argument indexer.

Parameters
  • axis ({None}) – Dummy argument for consistency with Series.

  • skipna (bool, default True) –

Returns

Indices of the maximum values.

Return type

numpy.ndarray