Series.ix A primarily label-location based indexer, with integer position fallback. .ix[] supports mixed
Series.dt.weekday_name The name of day in a week (ex: Friday)
Series.compress(condition, *args, **kwargs)
Series.is_monotonic Return boolean if values in the object are monotonic_increasing
Series.shift(periods=1, freq=None, axis=0)
Series.str.capitalize()
Series.div(other, level=None, fill_value=None, axis=0)
Series.unstack(level=-1, fill_value=None)
Series.iget(i, axis=0)
Series.dt.nanoseconds Number of nanoseconds (>= 0 and less than 1 microsecond) for each element.
Page 23 of 36