Site Navigation
Return the dtype object of the underlying data.
Examples
>>>idx=pd.Index([1,2,3])>>>idxIndex([1, 2, 3], dtype='int64')>>>idx.dtypedtype('int64')
Index.dtype