Panel.apply(func, axis='major', **kwargs)
Panel.gt(other, axis=None)
Panel.to_msgpack(path_or_buf=None, encoding='utf-8', **kwargs)
Panel.update(other, join='left', overwrite=True, filter_func=None, raise_conflict=False)
Panel.where(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Panel.iterkv(*args, **kwargs)
Panel.set_value(*args, **kwargs)
Panel.div(other, axis=0)
Panel.as_blocks(copy=True)
Panel.shift(periods=1, freq=None, axis='major')
Page 14 of 16