DataFrame.sample(n=None, frac=None, replace=False, weights=None, random_state=None, axis=None)
DataFrame.boxplot(column=None, by=None, ax=None, fontsize=None, rot=0, grid=True, figsize=None, layout=None, return_type=None, **kwds)
DataFrame.pipe(func, *args, **kwargs)
DataFrame.plot(x=None, y=None, kind='line', ax=None, subplots=False, sharex=None, sharey=False, layout=None, figsize=None, use_index=True, title=None
DataFrame.rpow(other, axis='columns', level=None, fill_value=None)
DataFrame.unstack(level=-1, fill_value=None)
DataFrame.blocks Internal property, property synonym for as_blocks()
DataFrame.itertuples(index=True, name='Pandas')
DataFrame.rfloordiv(other, axis='columns', level=None, fill_value=None)
DataFrame.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
Page 6 of 23