datatable.exceptions.TypeError

class
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.