bigframes.pandas.Series.dtype#

propertySeries.dtype#

Return the dtype object of the underlying data.

Examples:

>>>s=bpd.Series([1,2,3])>>>s.dtypeInt64Dtype()
On this page

This Page