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.last
¶
GroupBy.
last
(
self
,
**kwargs
)
[source]
¶
Compute last of group values.
Returns
Series or DataFrame
Computed last of values within each group.
pandas.core.groupby.GroupBy.head
pandas.core.groupby.GroupBy.max