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

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

bigframes.pandas.DatetimeIndex.weekday#

property DatetimeIndex.weekday: Index#

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

Examples:

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

Web Proxy Viewer  |  New URL  |  Original Page