datatable.Type.is_string

Added in version 1.1.0

Test whether this type belongs to the category of “string” types. This property returns True for str32 and str64 types only.

Parameters

return
bool

Examples

dt.Type.str64.is_string
True
dt.Type.str32.is_string
False
dt.Type.void.is_string
False