Panel.cumprod(axis=None, skipna=True, *args, **kwargs)
Panel.interpolate(method='linear', axis=0, limit=None, inplace=False, limit_direction='forward', downcast=None, **kwargs)
Panel.astype(dtype, copy=True, raise_on_error=True, **kwargs)
Panel.to_clipboard(excel=None, sep=None, **kwargs)
Panel.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
Panel.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
Panel.get_ftype_counts()
Panel.iat Fast integer location scalar accessor. Similarly to iloc, iat provides integer
Panel.axes Return index label(s) of the internal NDFrame
Panel.to_excel(path, na_rep='', engine=None, **kwargs)
Page 2 of 16