pyarrow.types.is_float16

pyarrow.types.is_float16(t)[source]

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

Parameters

t (DataType) –