Series.var(axis=None, skipna=None, level=None, ddof=1, numeric_only=None, **kwargs)
Series.multiply(other, level=None, fill_value=None, axis=0)
DataFrame.reset_index(level=None, drop=False, inplace=False, col_level=0, col_fill='')
Series.view(dtype=None)
pandas.reset_option(pat) = Reset one or more options to their default value. Pass ?all? as argument to reset all options
DatetimeIndex.max(axis=None, *args, **kwargs)
DataFrame.iloc Purely integer-location based indexing for selection by position. .iloc[] is primarily
DataFrame.plot.box(by=None, **kwds)
DataFrame.truncate(before=None, after=None, axis=None, copy=True)
DataFrame.select(crit, axis=0)
Page 32 of 100