modin.pandas.Series.dtypes¶
- property Series.dtypes: DtypeObj[source]¶
Return the dtype object of the underlying data. See
DataFrame.dtypes()for exact behavior.Examples
Return the dtype object of the underlying data.
See DataFrame.dtypes() for exact behavior.
Examples