Series.str.extractall(pat, flags=0)
Series.to_msgpack(path_or_buf=None, encoding='utf-8', **kwargs)
Series.combine(other, func, fill_value=nan)
Series.shape return a tuple of the shape of the underlying data
Series.to_dict()
Series.cummin(axis=None, skipna=True, *args, **kwargs)
Series.sum(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
Series.take(indices, axis=0, convert=True, is_copy=False, **kwargs)
Series.name
Series.str.len()
Page 35 of 36