Exceptions¶
agate.DataTypeError |
A calculation was attempted with an invalid DataType. |
agate.UnsupportedAggregationError |
An Aggregation was attempted which is not supported. |
agate.CastError |
A column value can not be cast to the correct type. |
agate.FieldSizeLimitError |
A field in a CSV file exceeds the maximum length. |
-
exception
agate.DataTypeError¶ Bases:
TypeErrorA calculation was attempted with an invalid
DataType.
-
exception
agate.UnsupportedAggregationError¶ Bases:
TypeErrorAn
Aggregationwas attempted which is not supported.For example, if a
Percentilesis applied to aTableSet.