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.UnsupportedAggregationError¶
An
Aggregation
was attempted which is not supported.For example, if a
Percentiles
is applied to aTableSet
.
- exception agate.CastError¶
A column value can not be cast to the correct type.
- exception agate.FieldSizeLimitError(limit, line_number)¶
A field in a CSV file exceeds the maximum length.
This length may be the default or one set by the user.