databricks.koalas.Series.dtypes

property Series.dtypes

Return the dtype object of the underlying data.

>>> s = ks.Series(list('abc'))
>>> s.dtype == s.dtypes
True