pyarrow.types.is_float32#

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

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

Parameters:
tDataType