pandas.Timestamp.day_of_week#
- Timestamp.day_of_week#
- 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