Series.any(axis=None, bool_only=None, skipna=None, level=None, **kwargs)
Series.dt.components Return a dataframe of the components (days, hours, minutes, seconds, milliseconds, microseconds
Series.isnull()
Series.plot.area(**kwds)
Series.drop_duplicates(*args, **kwargs)
Series.base return the base object if the memory of the underlying data is shared
Series.pct_change(periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
Series.loc Purely label-location based indexer for selection by label. .loc[] is primarily label based
Series.str.istitle()
Series.dt.year The year of the datetime
Page 8 of 36