pandas.core.resample.Resampler.max

Resampler.max(self, _method='max', *args, **kwargs)[source]

Compute max of group values.

Returns:
Series or DataFrame

Computed max of values within each group.

Scroll To Top