Site Navigation
Return the dtype object of the underlying data.
Examples
>>>s=pd.Series([1,2,3])>>>s.dtypesdtype('int64')
Series.dtypes