modin.pandas.Series.dt.dayofweek¶
- Series.dt.dayofweek[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/series_utils.py#L650-L652)¶
The day of the week with Monday=0, Sunday=6.
Return the day of the week. It is assumed the week starts on Monday, which is denoted by 0, and ends on Sunday, which is denoted by 6.
Examples