pandas.Timestamp.week — pandas 2.2.3 documentation (original) (raw)

Timestamp.week#

Return the week number of the year.

Returns:

int

Examples

ts = pd.Timestamp(2020, 3, 14) ts.week 11