[ Web Proxy ]
URL:
Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.DatetimeIndex.dayofweek.html [Back]  [Original]

bigframes.pandas.DatetimeIndex.dayofweek — bigframes documentation
Back to top
Search the docs ...:

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')

Web Proxy Viewer  |  New URL  |  Original Page