Panel.last(offset)
Panel.add_suffix(suffix)
Panel.where(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Panel.head(n=5)
Panel.div(other, axis=0)
Panel.iterkv(*args, **kwargs)
Panel.subtract(other, axis=0)
Panel.le(other, axis=None)
Panel.as_blocks(copy=True)
Panel.to_sparse(*args, **kwargs)
Page 15 of 16