BigQuery DataFrames (BigFrames)
Section Navigation
Return the dtype object of the underlying data.
Examples:
>>>s=bpd.Series([1,2,3])>>>s.dtypeInt64Dtype()
Series.dtype