Polars is a lightning fast dataframe library written in Rust that provides an alternative to Pandas. It is often an order of magnitude faster than Pandas and supports lazy evaluation and larger-than-memory datasets. Polars uses an intuitive Pythonic syntax that is easy to read. While still missing stability and ecosystem support, Polars is emerging as a promising alternative for those frustrated by Pandas' performance or syntax.