pyarrow.types.is_float16

pyarrow.types.is_float16(t)[source]

Return True if value is an instance of type: float16 (half-precision).

Parameters:
tDataType