pyarrow.types.is_string#

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

Return True if value is an instance of string (utf8 unicode) type.

Parameters
tDataType