bigframes.pandas.DatetimeIndex.dtype#

propertyDatetimeIndex.dtype#

Return the dtype object of the underlying data.

Examples:

>>>idx=bpd.Index([1,2,3])>>>idxIndex([1, 2, 3], dtype='Int64')
>>>idx.dtypeInt64Dtype()
On this page

This Page