Skip to content

pd.Timestamp.day_of_week

pandasTimestamp.day_of_week

Example Usage

>>> @bodo.jit
... def f():
...   ts2 = pd.Timestamp(year=2021, month=12, day=9, hour = 9, minute=57, second=44, microsecond=114123)
...   return ts2.day_of_week
>>> f()
3