Series.cat.as_ordered(*args, **kwargs)
Series.dt.tz_localize(*args, **kwargs)
Series.value_counts(normalize=False, sort=True, ascending=False, bins=None, dropna=True)
Series.clip(lower=None, upper=None, axis=None, *args, **kwargs)
Series.corr(other, method='pearson', min_periods=None)
Series.equals(other)
Series.cat.categories The categories of this categorical. Setting assigns new values to each category
Series.cat.ordered Gets the ordered attribute
Series.dt.quarter The quarter of the date
Series.dt.microsecond The microseconds of the datetime
Page 21 of 36