bigframes.pandas.Index.dtype# property Index.dtype# Return the dtype object of the underlying data. Examples: >>> idx = bpd.Index([1, 2, 3]) >>> idx Index([1, 2, 3], dtype='Int64') >>> idx.dtype Int64Dtype()