Series.reindex_like(other, method=None, copy=True, limit=None, tolerance=None)
Series.dt.week The week ordinal of the year
Series.dt.time Returns numpy array of datetime.time. The time part of the Timestamps.
Series.str.decode(encoding, errors='strict')
classmethod Series.from_array(arr, index=None, name=None, dtype=None, copy=False, fastpath=False)
Series.tshift(periods=1, freq=None, axis=0)
Series.dt.seconds Number of seconds (>= 0 and less than 1 day) for each element.
Series.clip(lower=None, upper=None, axis=None, *args, **kwargs)
Series.equals(other)
Series.dt.tz_localize(*args, **kwargs)
Page 14 of 36