Series.cat.ordered Gets the ordered attribute
Series.values Return Series as ndarray or ndarray-like depending on the dtype
Series.valid(inplace=False, **kwargs)
Series.asobject return object Series which contains boxed values this is an internal non-public method
Series.keys()
Series.to_pickle(path)
Series.rsub(other, level=None, fill_value=None, axis=0)
Categorical.__array__(dtype=None)
Series.dt.quarter The quarter of the date
Series.unstack(level=-1, fill_value=None)
Page 23 of 36