bigframes.pandas.DatetimeIndex.values#
- property DatetimeIndex.values: ndarray#
Return an array representing the data in the Index.
Examples:
>>> idx = bpd.Index([1, 2, 3]) >>> idx Index([1, 2, 3], dtype='Int64')
>>> idx.values array([1, 2, 3])
- Returns:
Numpy.ndarray or ExtensionArray
- Return type:
array