Series.dtype return the dtype object of the underlying data
Series.to_clipboard(excel=None, sep=None, **kwargs)
Series.is_copy = None
Series.asof(where, subset=None)
Series.dt()
Series.reshape(*args, **kwargs)
Series.expanding(min_periods=1, freq=None, center=False, axis=0)
Series.iat Fast integer location scalar accessor. Similarly to iloc, iat provides
Series.dt.week The week ordinal of the year
Series.reset_index(level=None, drop=False, name=None, inplace=False)
Page 19 of 36