DataFrameGroupBy.any(axis=None, bool_only=None, skipna=None, level=None, **kwargs) Return whether any
DataFrameGroupBy.resample(rule, *args, **kwargs)
GroupBy.head(n=5)
GroupBy.sem(ddof=1)
DataFrameGroupBy.cov(min_periods=None) Compute pairwise covariance of columns, excluding NA/null values
DataFrameGroupBy.tshift(periods=1, freq=None, axis=0) Shift the time index, using the index?s frequency
DataFrameGroupBy.mad(axis=None, skipna=None, level=None) Return the mean absolute deviation of the values
Grouper.groups
GroupBy.apply(func, *args, **kwargs)
GroupBy.std(ddof=1, *args, **kwargs)
Page 2 of 7