Practical Business Python

Taking care of business, one python script at a time

Sun 14 January 2024

Introduction to Polars

Posted by Chris Moffitt in articles   

After a hiatus from the blog, I’m back with a new post. While I’ve still been using Python and Pandas, I wanted to explore some new technologies. In this post, I’ll delve into polars. This article will cover some basic polars concepts, pointing out both its strengths and differences compared to Pandas. While I’m not ditching Pandas completely, I’ve found potential in polars for enhancing performance and capabilities in specific scenarios. Join me on this exploration of alternative tools and frameworks; perhaps polars might find a place in your toolkit too.

Read more...