pyarrow.types.is_float32#

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

Return True if value is an instance of a float32 (single precision) type.

Parameters
tDataType