Aditya Jyoti Paul
Aditya Jyoti Paul's Blog

Aditya Jyoti Paul's Blog

Follow
Series

Using Polars instead of Pandas with Big Data

In this series, I'll discuss the performance-focused Python library Polars, for big-data analytics as a replacement for Pandas. You'll learn when and how to leverage Polars to make your code faster.

Articles in this series

Introducing Polars

Mar 20, 20237 min read

Multi-threaded dataframe manipulation in columnar format with Rust · As data scientists, we are constantly searching for tools that will enable us to...

Introducing Polars
Performance Comparison of Polars vs Pandas