Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/py-polars/docs/source/reference/exceptions.rst
6939 views
==========
Exceptions
==========
.. currentmodule:: polars.exceptions

Errors
~~~~~~

.. autosummary::
    :toctree: api/
    :nosignatures:

    PolarsError
    ColumnNotFoundError
    ComputeError
    DuplicateError
    InvalidOperationError
    ModuleUpgradeRequiredError
    NoDataError
    NoRowsReturnedError
    OutOfBoundsError
    ParameterCollisionError
    RowsError
    SQLInterfaceError
    SQLSyntaxError
    SchemaError
    SchemaFieldNotFoundError
    ShapeError
    StringCacheMismatchError
    StructFieldNotFoundError
    TooManyRowsReturnedError
    UnsuitableSQLError

Warnings
~~~~~~~~

.. autosummary::
    :toctree: api/
    :nosignatures:

    PolarsWarning
    CategoricalRemappingWarning
    ChronoFormatWarning
    CustomUFuncWarning
    DataOrientationWarning
    MapWithoutReturnDtypeWarning
    PerformanceWarning
    PolarsInefficientMapWarning
    UnstableWarning

Panic
~~~~~

.. autosummary::
    :toctree: api/
    :nosignatures:

    PanicException