Panel4D.values Numpy representation of NDFrame Notes The dtype will be a lower-common-denominator
Panel4D.tz_convert(tz, axis=0, level=None, copy=True)
Panel4D.mul(other, axis=0)
Panel4D.mask(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Panel4D.clip_lower(threshold, axis=None)
class pandas.Panel4D(data=None, labels=None, items=None, major_axis=None, minor_axis=None, copy=False, dtype=None)
Panel4D.multiply(other, axis=0)
Panel4D.pop(item)
Panel4D.dtypes Return the dtypes in this object.
Panel4D.groupby(*args, **kwargs)
Page 9 of 16