- 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()
bigframes.pandas.Index.dtype — bigframes documentation
bigframes.pandas.Index.dtype — bigframes documentation
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()