bigframes.pandas.DatetimeIndex#

class bigframes.pandas.DatetimeIndex(data=None, dtype=None, *, name=None, session=None)[source]#

Immutable sequence used for indexing and alignment with datetime-like values

Attributes

day

The day of the datetime.

day_of_week

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

dayofweek

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

month

The month as January=1, December=12.

weekday

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

year

The year of the datetime

Methods