Polars data frames

An introductory course to noshadow

Polars is a modern open source and very fast data frame framework for Python, Rust, JS, R, and Ruby. In this course, we will cover Polars for Python.

Multi-threaded queries, SIMD vectorization, automatic parallelization, columnar Apache Arrow memory format, and lazy evaluation make Polars much faster than pandas. Polars is superior to pandas in other ways as well such as proper support for missing data and an ability to work with more data than can fit in memory. The API is intuitive and Polars integrates well with other Python libraries from the scientific programming toolbox.


Start course ➤