Exceptions#
Deprecated: will be removed. |
|
Exception raised when a specified column is not found. |
|
Exception raised when Polars could not perform an underlying computation. |
|
Exception raised when a column name is duplicated. |
|
Exception raised when an operation is not allowed (or possible) against a given object or data structure. |
|
Exception raised when an operation cannot be performed on an empty data structure. |
|
Exception raised when no rows are returned, but at least one row is expected. |
|
Base class for all Polars errors. |
|
Exception raised when an unexpected state causes a panic in the underlying Rust library. |
|
Exception raised when the number of returned rows does not match expectation. |
|
Exception raised when an unexpected schema mismatch causes an error. |
|
Exception raised when a specified schema field is not found. |
|
Exception raised when trying to perform operations on data structures with incompatible shapes. |
|
Exception raised when a specified Struct field is not found. |
|
Exception raised when more rows than expected are returned. |