pandas.Timestamp.week# Timestamp.week# Return the week number of the year. Returns int Examples >>> ts = pd.Timestamp(2020, 3, 14) >>> ts.week 11