pandas.Timestamp.dayofweek — pandas 2.2.3 documentation (original) (raw)
Timestamp.dayofweek#
Return day of the week.
Returns:
int
Examples
ts = pd.Timestamp(2020, 3, 14) ts.day_of_week 5
Timestamp.dayofweek#
Return day of the week.
Returns:
int
Examples
ts = pd.Timestamp(2020, 3, 14) ts.day_of_week 5