An update on Polars v0.15.0/0.8.17
August 2, 2021

I am largely in debt of quality documentation, regular project updates, a project website and so on. I mostly prioritize development work, because I want things to be better faster. But… Here goes one well overdue project update on Polars.
Quick reminder Polars is an in-memory DataFrame library written in Rust and exposing an API in Rust and Python. It has tightly interopability with Apache Arrow and uses arrow memory as columnar store.
Read more