bigframes.geopandas.GeoSeries.dtype#

property GeoSeries.dtype#

Return the dtype object of the underlying data.

Examples:

>>> s = bpd.Series([1, 2, 3])
>>> s.dtype
Int64Dtype()