bigframes.pandas.Series.dtype# property Series.dtype# Return the dtype object of the underlying data. Examples: >>> s = bpd.Series([1, 2, 3]) >>> s.dtype Int64Dtype()