DataFrame.truediv(other, axis='columns', level=None, fill_value=None)
DataFrame.nlargest(n, columns, keep='first')
DataFrame.values Numpy representation of NDFrame Notes The dtype will be a lower-common-denominator
DataFrame.mul(other, axis='columns', level=None, fill_value=None)
DataFrame.as_blocks(copy=True)
DataFrame.plot.kde(**kwds)
DataFrame.between_time(start_time, end_time, include_start=True, include_end=True)
DataFrame.get_dtype_counts()
DataFrame.ewm(com=None, span=None, halflife=None, alpha=None, min_periods=0, freq=None, adjust=True, ignore_na=False, axis=0)
DataFrame.where(cond, other=nan, inplace=False, axis=None, level=None, try_cast=False, raise_on_error=True)
Page 7 of 23