DataFrame.plot.kde(**kwds)
DataFrame.radd(other, axis='columns', level=None, fill_value=None)
DataFrame.ewm(com=None, span=None, halflife=None, alpha=None, min_periods=0, freq=None, adjust=True, ignore_na=False, axis=0)
DataFrame.axes Return a list with the row axis labels and column axis labels as the only members. They are returned
DataFrame.select_dtypes(include=None, exclude=None)
DataFrame.size number of elements in the NDFrame
DataFrame.unstack(level=-1, fill_value=None)
DataFrame.to_panel()
DataFrame.values Numpy representation of NDFrame Notes The dtype will be a lower-common-denominator
DataFrame.to_csv(path_or_buf=None, sep=', ', na_rep='', float_format=None, columns=None, header=True, index=True, index_label=None, mode='w'
Page 7 of 23