ColumnSizeError
Bases: Exception
Exception raised for trying to use a column of unsupported size.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
expected_size |
str
|
The expected size of the column as an expression (e.g. 2, >0, !=0). |
required |
actual_size |
str
|
The actual size of the column as an expression (e.g. 2, >0, !=0). |
required |