Skip to content

2024-09-27

Latest
Compare
Choose a tag to compare
@ddotta ddotta released this 27 Sep 14:02
· 33 commits to main since this release
cd4c60a

New Additions

Official news

Polars plugins

To learn to write, see this great tutorial by @MarcoGorelli!

Python

  • PDS(polars-ds) - A modern take on data science and traditional tabular machine learning with Polars. It provides Python modules that help with EDA tasks for Polars dataframes, machine learning pipelines that are native to Polars (cleaner and faster than Sklearn). In addition, it contains Polars plugin functions that turns many common numerical, statistical functions, least squares, KNN queries, and many other ML metrics into expressions that are executable inside a Polars dataframe.@abstractqqq.
  • photoshoot - A pytest plugin library for doing snapshot testing with Polars DataFrames by @ngriffiths13.
  • polar_patch - Python package that brings type safety and type checking for custom Polars plugins by @Summit-Sailors.
  • harley - Polars helper methods to enhance developer productivity by @TomBurdge.

R

Tutorials & workshops

Blog posts

Talks and videos

What's Changed

New Contributors

Full Changelog: 2024-07-15...2024-09-27