pyarrow.types.is_int32#

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

Return True if value is an instance of an int32 type.

Parameters
tDataType