Series.cat.reorder_categories(*args, **kwargs)
Series.clip_upper(threshold, axis=None)
Series.clip(lower=None, upper=None, axis=None, *args, **kwargs)
Series.dtype return the dtype object of the underlying data
Series.str.get_dummies(sep='|')
Series.value_counts(normalize=False, sort=True, ascending=False, bins=None, dropna=True)
Series.corr(other, method='pearson', min_periods=None)
Series.str.wrap(width, **kwargs)
Series.to_clipboard(excel=None, sep=None, **kwargs)
Series.dt.to_period(*args, **kwargs)
Page 19 of 36