datatable.exceptions.TypeError¶
One of the most common exceptions raised by datatable, this occurs
when either a function receives an argument of unexpected type, or incorrect
number of arguments, or whenever an operation is requested on a column whose
type is not suitable for that operation.
Inherits from Python TypeError and dt.exceptions.DtException.
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.