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