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

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

bigframes.pandas.DatetimeIndex.day#

property DatetimeIndex.day: Index#

The day of the datetime.

Examples:

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

Web Proxy Viewer  |  New URL  |  Original Page