pandas.Timestamp.day_of_week — pandas 2.2.3 documentation (original) (raw)
- API reference
- pandas arrays, scalars, and data types
- pandas.Times...
Timestamp.day_of_week#
Return day of the week.
Returns:
int
Examples
ts = pd.Timestamp(2020, 3, 14) ts.day_of_week 5