pandas.Index.dtype — pandas 3.0.0rc0+53.g7b51d3adfb documentation (original) (raw)
Return the dtype object of the underlying data.
Examples
idx = pd.Index([1, 2, 3]) idx Index([1, 2, 3], dtype='int64') idx.dtype dtype('int64')
Return the dtype object of the underlying data.
Examples
idx = pd.Index([1, 2, 3]) idx Index([1, 2, 3], dtype='int64') idx.dtype dtype('int64')