bigframes.pandas.DatetimeIndex.day_of_week#

property DatetimeIndex.day_of_week: Index#

The day of the week with Monday=0, Sunday=6.

Examples:

>>> idx = bpd.Index([pd.Timestamp("20250215")])
>>> idx.day_of_week
Index([5], dtype='Int64')