Panel.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
Panel.get_ftype_counts()
Panel.to_long(*args, **kwargs)
Panel.to_clipboard(excel=None, sep=None, **kwargs)
Panel.take(indices, axis=0, convert=True, is_copy=True, **kwargs)
Panel.to_excel(path, na_rep='', engine=None, **kwargs)
Panel.replace(to_replace=None, value=None, inplace=False, limit=None, regex=False, method='pad', axis=None)
Panel.interpolate(method='linear', axis=0, limit=None, inplace=False, limit_direction='forward', downcast=None, **kwargs)
Panel.iat Fast integer location scalar accessor. Similarly to iloc, iat provides integer
Panel.astype(dtype, copy=True, raise_on_error=True, **kwargs)
Page 1 of 16