datatable.exceptions.KeyError

class
KeyError

Raised when accessing a column of a frame by name, but the name lookup fails to find such a column.

Inherits from Python KeyError and dt.exceptions.DtException.