Experimenting with Polars for Data in Python

This article was first published on python – Win Vector LLC , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.

I’ve just started experimenting with the Polars data frame library in Python.

I really like the programmable API it exposes. In fact I am starting an experimental adapter from the data algebra to Polars. When this is complete one can use the data algebra to run the same data transform in Pandas, SQL, or Polars.

Here is my first experiment: de-duping a data frame using window functions: DupRows.ipynb. This depends on an incomplete and not released to PyPi version of the data algebra adapter. It was a very positive initial experiment.

To leave a comment for the author, please follow the link and comment on their blog: python – Win Vector LLC .

Want to share your content on python-bloggers? click here.