DataFrame.cummax(axis=None, skipna=True, *args, **kwargs)
DataFrame.first(offset)
DataFrame.plot.pie(y=None, **kwds)
DataFrame.plot.bar(x=None, y=None, **kwds)
DataFrame.align(other, join='outer', axis=None, level=None, copy=True, fill_value=None, method=None, limit=None, fill_axis=0, broadcast_axis=None)
DataFrame.idxmin(axis=0, skipna=True)
classmethod DataFrame.from_records(data, index=None, exclude=None, columns=None, coerce_float=False, nrows=None)
DataFrame.subtract(other, axis='columns', level=None, fill_value=None)
DataFrame.dtypes Return the dtypes in this object.
DataFrame.tz_localize(*args, **kwargs)
Page 16 of 23