Series.
dtypes
Return the dtype object of the underlying data.
>>> s = ps.Series(list('abc')) >>> s.dtype == s.dtypes True
previous
pyspark.pandas.Series.dtype
next
pyspark.pandas.Series.ndim