DataFrame.pivot(index=None, columns=None, values=None)
DataFrame.div(other, axis='columns', level=None, fill_value=None)
DataFrame.idxmax(axis=0, skipna=True)
DataFrame.append(other, ignore_index=False, verify_integrity=False)
DataFrame.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
DataFrame.iloc Purely integer-location based indexing for selection by position. .iloc[] is primarily
DataFrame.plot.box(by=None, **kwds)
DataFrame.truncate(before=None, after=None, axis=None, copy=True)
DataFrame.select(crit, axis=0)
DataFrame.filter(items=None, like=None, regex=None, axis=None)
Page 1 of 23