DataFrame.mul(other, axis='columns', level=None, fill_value=None)
DataFrame.iterrows()
DataFrame.is_copy = None
DataFrame.ewm(com=None, span=None, halflife=None, alpha=None, min_periods=0, freq=None, adjust=True, ignore_na=False, axis=0)
DataFrame.sub(other, axis='columns', level=None, fill_value=None)
DataFrame.plot(x=None, y=None, kind='line', ax=None, subplots=False, sharex=None, sharey=False, layout=None, figsize=None, use_index=True, title=None
DataFrame.take(indices, axis=0, convert=True, is_copy=True, **kwargs)
DataFrame.rmul(other, axis='columns', level=None, fill_value=None)
DataFrame.to_json(path_or_buf=None, orient=None, date_format='epoch', double_precision=10, force_ascii=True, date_unit='ms', default_handler=None
DataFrame.nlargest(n, columns, keep='first')
Page 9 of 23