Series.align(other, join='outer', axis=None, level=None, copy=True, fill_value=None, method=None, limit=None, fill_axis=0, broadcast_axis=None)
Series.dt.tz_convert(*args, **kwargs)
Series.str.rsplit(pat=None, n=-1, expand=False)
Series.mode()
Series.swaplevel(i=-2, j=-1, copy=True)
Series.dt.components Return a dataframe of the components (days, hours, minutes, seconds, milliseconds, microseconds
Series.base return the base object if the memory of the underlying data is shared
Series.get_ftype_counts()
Series.sort(axis=0, ascending=True, kind='quicksort', na_position='last', inplace=True)
Series.plot.barh(**kwds)
Page 7 of 36