This exception is raised when there were problems with the data. Examples are a column set toNULL that cannot beNULL, out-of-range values for a column, division by zero, column count does not match value count, and so on.
errors.DataError is a subclass oferrors.DatabaseError.