DataFrame.eq(other, axis='columns', level=None)
DataFrame.to_csv(path_or_buf=None, sep=', ', na_rep='', float_format=None, columns=None, header=True, index=True, index_label=None, mode='w'
DataFrame.plot.kde(**kwds)
DataFrame.axes Return a list with the row axis labels and column axis labels as the only members. They are returned
DataFrame.itertuples(index=True, name='Pandas')
DataFrame.rmul(other, axis='columns', level=None, fill_value=None)
DataFrame.stack(level=-1, dropna=True)
DataFrame.clip(lower=None, upper=None, axis=None, *args, **kwargs)
DataFrame.ge(other, axis='columns', level=None)
DataFrame.le(other, axis='columns', level=None)
Page 10 of 23