DataFrame.plot.pie(y=None, **kwds)
DataFrame.first(offset)
DataFrame.to_sparse(fill_value=None, kind='block')
DataFrame.quantile(q=0.5, axis=0, numeric_only=True, interpolation='linear')
DataFrame.plot.hexbin(x, y, C=None, reduce_C_function=None, gridsize=None, **kwds)
DataFrame.cummax(axis=None, skipna=True, *args, **kwargs)
DataFrame.lookup(row_labels, col_labels)
DataFrame.plot.density(**kwds)
DataFrame.duplicated(*args, **kwargs)
DataFrame.median(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
Page 19 of 23