API reference#
This page gives an overview of all public polars objects, functions and
methods. All classes and functions exposed in polars.*
namespace are public.
- Input/output
- Series
- DataFrame
- LazyFrame
- Expressions
- Selectors
- Extending the API
- Functions
- Data types
- Config
- Exceptions
- polars.exceptions.ArrowError
- polars.exceptions.ColumnNotFoundError
- polars.exceptions.ComputeError
- polars.exceptions.DuplicateError
- polars.exceptions.InvalidOperationError
- polars.exceptions.NoDataError
- polars.exceptions.NoRowsReturnedError
- polars.exceptions.PolarsPanicError
- polars.exceptions.RowsError
- polars.exceptions.SchemaError
- polars.exceptions.SchemaFieldNotFoundError
- polars.exceptions.ShapeError
- polars.exceptions.StructFieldNotFoundError
- polars.exceptions.TooManyRowsReturnedError
- Testing
- Utils
- SQL