pyarrow.types.is_float64#

pyarrow.types.is_float64(t)[source]#

Return True if value is an instance of a float64 (double precision) type.

Parameters
tDataType