datatable.exceptions.IndexError

class
IndexError

Raised when accessing an element of a frame by index, but the value of the index falls outside of the boundaries of the frame.

Inherits from Python IndexError and dt.exceptions.DtException.