datatable.exceptions.InvalidOperationError

class
InvalidOperationError

Raised in multiple scenarios whenever the requested operation is logically invalid with the given combination of parameters.

For example, cbind-ing several frames with incompatible shapes.

Inherits from dt.exceptions.DtException.