bigframes.pandas.MultiIndex.dtype# property MultiIndex.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()