polars.Series.dtype#

Series.dtype[source]#

Get the data type of this Series.

Examples

>>> s = pl.Series("a", [1, 2, 3])
>>> s.dtype
Int64