Home
What's New in 1.0.0
Getting started
User Guide
API reference
Development
Release Notes
Input/output
General functions
Series
DataFrame
Pandas arrays
Panel
Index objects
Date offsets
Window
GroupBy
Resampling
Style
Plotting
General utility functions
Extensions
pandas.core.groupby.GroupBy.max
¶
GroupBy.
max
(
self
,
**kwargs
)
[source]
¶
Compute max of group values.
Returns
Series or DataFrame
Computed max of values within each group.
pandas.core.groupby.GroupBy.last
pandas.core.groupby.GroupBy.mean