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'
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.