DataFrame.quantile(q=0.5, axis=0, numeric_only=True, interpolation='linear')
DataFrame.shape Return a tuple representing the dimensionality of the DataFrame.
DataFrame.kurt(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
DataFrame.first(offset)
DataFrame.to_sparse(fill_value=None, kind='block')
DataFrame.plot.hexbin(x, y, C=None, reduce_C_function=None, gridsize=None, **kwds)
DataFrame.set_axis(axis, labels)
DataFrame.cummin(axis=None, skipna=True, *args, **kwargs)
DataFrame.subtract(other, axis='columns', level=None, fill_value=None)
DataFrame.xs(key, axis=0, level=None, drop_level=True)
Page 17 of 23