Panel.take(indices, axis=0, convert=True, is_copy=True, **kwargs)
Panel.to_clipboard(excel=None, sep=None, **kwargs)
Panel.replace(to_replace=None, value=None, inplace=False, limit=None, regex=False, method='pad', axis=None)
Panel.cumprod(axis=None, skipna=True, *args, **kwargs)
Panel.to_excel(path, na_rep='', engine=None, **kwargs)
Panel.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
Panel.reindex_axis(labels, axis=0, method=None, level=None, copy=True, limit=None, fill_value=nan)
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.pow(other, axis=0)
Page 3 of 16