datatable.Type.name

Return the canonical name of this type, as a string.

Examples

dt.Type.int64.name
'int64'
dt.Type(np.bool_).name
'bool8'