toytable.exceptions module

exception toytable.exceptions.InvalidColumn[source]

Bases: exceptions.TypeError

Raised when a column in a schema appears to be invalid

exception toytable.exceptions.InvalidData[source]

Bases: exceptions.TypeError

An insert cannot complete because the row does not conform to the schema

exception toytable.exceptions.InvalidIndex[source]

Bases: exceptions.ValueError

An index cannot be created because it has no columns or it refers to columns which do not exist in it’s table.

exception toytable.exceptions.InvalidJoinMode[source]

Bases: exceptions.KeyError

The requested join mode is not knowm

exception toytable.exceptions.InvalidSchema[source]

Bases: exceptions.TypeError

Raised when a schema appears to be invalid

This Page