Panel.at Fast label-based scalar accessor Similarly to loc, at provides label
Panel.pow(other, axis=0)
Panel.multiply(other, axis=0)
Panel.at_time(time, asof=False)
Panel.swapaxes(axis1, axis2, copy=True)
Panel.clip(lower=None, upper=None, axis=None, *args, **kwargs)
Panel.truncate(before=None, after=None, axis=None, copy=True)
Panel.values Numpy representation of NDFrame Notes The dtype will be a lower-common-denominator
Panel.count(axis='major')
Panel.groupby(function, axis='major')
Page 4 of 16