pandas.Timestamp.dayofweek#
- Timestamp.dayofweek#
Return day of the week.
- Returns:
- int
Examples
>>> ts = pd.Timestamp(2020, 3, 14) >>> ts.day_of_week 5
Site Navigation
Return day of the week.
Examples
>>> ts = pd.Timestamp(2020, 3, 14)
>>> ts.day_of_week
5