DataFrame.iterkv(*args, **kwargs)
DataFrame.truncate(before=None, after=None, axis=None, copy=True)
DataFrame.select(crit, axis=0)
DataFrame.div(other, axis='columns', level=None, fill_value=None)
DataFrame.idxmax(axis=0, skipna=True)
classmethod DataFrame.from_dict(data, orient='columns', dtype=None)
DataFrame.append(other, ignore_index=False, verify_integrity=False)
DataFrame.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
DataFrame.plot.barh(x=None, y=None, **kwds)
DataFrame.reset_index(level=None, drop=False, inplace=False, col_level=0, col_fill='')
Page 3 of 23