GroupBy.median()
DataFrameGroupBy.shift(periods=1, freq=None, axis=0)
DataFrameGroupBy.fillna(value=None, method=None, axis=None, inplace=False, limit=None, downcast=None, **kwargs)
DataFrameGroupBy.any(axis=None, bool_only=None, skipna=None, level=None, **kwargs) Return whether any
DataFrameGroupBy.resample(rule, *args, **kwargs)
DataFrameGroupBy.plot Class implementing the .plot attribute for groupby objects
DataFrameGroupBy.idxmax(axis=0, skipna=True) Return index of first occurrence of maximum over requested
GroupBy.std(ddof=1, *args, **kwargs)
GroupBy.apply(func, *args, **kwargs)
GroupBy.ohlc()
Page 2 of 7