bigframes.pandas.DatetimeIndex.dayofweek#

property DatetimeIndex.dayofweek: Index#

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

Examples:

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