Skip to content

Data wrangling with Polars

Intro

Luca Baggi showcases how to write idiomatic code in Polars and maximize the performance of data transformation pipelines.

Plenty of practical examples and a bit of live coding!

  • How to select columns and filter rows
  • Aggregations and window functions
  • Join, anti-join, and join-asof
  • How to inspect query plans
  • Efficient operations with nested data: lists and structs

Material

Github

Meetup video