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

Timestamp.weekofyear#

Return the week number of the year.

Returns:

int

Examples

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