Series.truncate(before=None, after=None, axis=None, copy=True)
Series.dropna(axis=0, inplace=False, **kwargs)
Series.squeeze(**kwargs)
Series.cat.add_categories(*args, **kwargs)
class pandas.Series(data=None, index=None, dtype=None, name=None, copy=False, fastpath=False)
Series.plot.hist(bins=10, **kwds)
Series.is_monotonic_increasing Return boolean if values in the object are monotonic_increasing
Series.str.istitle()
Series.dt.components Return a dataframe of the components (days, hours, minutes, seconds, milliseconds, microseconds
Series.str.index(sub, start=0, end=None)
Page 10 of 36