Track Awesome Polars Updates Weekly
A curated list of Polars talks, tools, examples & articles. Contributions welcome !
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 ddotta/awesome-polars · ⭐ 762 · 🏷️ Programming Languages
Nov 11 - Nov 17, 2024
Resources / Blog posts
- Polars: A Modern DataFrame Library for High-Performance Data Analysis in Python - An article that presents data manipulation operations focusing on eager execution by Ardi Arunaditya.
- Using Polars in Rust for high-performance data analysis - An article that looks how to use Polars to build a basic data analysis application, which exposes data sets and querying capabilities via a REST-based Web API by @Mario Zupan.
- Pandas vs Polars: Performance Benchmarks for Common Data Operations - A blog post that compares performance on common data operations between Polars and Pandas by Vinod Chugani.
- The Polars vs pandas Difference Nobody is Talking About - A blog post that talks about non-elementary group-by aggregations with Polars by @marcogorelli.
Oct 21 - Oct 27, 2024
Resources / Talks and videos
- Polars: Past, Present and Future with Ritchie Vink ⏳ 71 min - A video in which Jon Krohn talks with the creator of Polars, Ritchie Vink (@ritchie46), about why Polars is important, how it works, and where it's going by @jonkrohn.
- Understanding Polars Expressions when you're used to Pandas ⏳ 36 min - A video that explains how to understand expressions from a Pandas perspective by @marcogorelli.
Oct 07 - Oct 13, 2024
Libraries/Packages/Scripts / Polars plugins
- polars-strsim (⭐4) - Polars plugin that computes string similarity measures directly on a Polars dataframe by @foxcroftjn.
- polars_ols (⭐112) - Polars plugin that enables fast linear model Polar expressions by @azmyrajab.
Resources / Talks and videos
- How to Learn the Polars DataFrame Library ⏳ 65 min - A video that enables to learn practical techniques for data manipulation and advanced transformations by @kimfetti. Associated github repo is here (⭐34).
Sep 30 - Oct 06, 2024
Libraries/Packages/Scripts / Polars plugins
- polars_sim (⭐7) - Polars plugin that implements fast approximate joins on string columns for polars dataframes by @schemaitat.
Resources / Talks and videos
- Polars and time series | PyData 2024 ⏳ 29 min - A video that shows how to use Polars effectively for time series analysis iby @MarcoGorelli.
Sep 23 - Sep 29, 2024
Resources / Tutorials & workshops
- Introduction course that introduces the concept of DataFrame with Polars and Python. It also proposes some corrected exercices by @TLouf.
Resources / Talks and videos
- Polars with Plotly ⏳ 19 min - A video that shows the usage of Polars with the Plotly graphic library by Plotly. <>
Sep 16 - Sep 22, 2024
Official news
- September 2024 : GPU acceleration with Polars and NVIDIA RAPIDS.
Libraries/Packages/Scripts / Python
- harley (⭐7) - Polars helper methods to enhance developer productivity by @TomBurdge.
Sep 09 - Sep 15, 2024
Official news
- September 2024 : Polars has a new lightweight plotting backend.
Resources / Tutorials & workshops
- (Pretty) big data wrangling with DuckDB and Polars - Documentation that introduces the use of DuckDB and Polars with examples in R and Python by @grantmcdermott.
Resources / Blog posts
- Why I’m Switching to Polars - A blog post that explains the reasons why Ari Lamstein now uses Polars by @arilamstein.
Aug 26 - Sep 01, 2024
Libraries/Packages/Scripts / R
- r-polars-dashboard (⭐2) - Dashboard comparing r-polars and py-polars APIs.
- neo-r-polars (⭐27) - Next generation of Polars R API.
Aug 19 - Aug 25, 2024
Libraries/Packages/Scripts / Polars plugins
- polars-distance (⭐49) - Polars plugin for pairwise distance functions by @ion-elgreco.
- polars-reverse-geocode (⭐9) - This plugin is an offline reverse geocoder for finding the closest city to a given (latitude, longitude) pair by @MarcoGorelli.
Libraries/Packages/Scripts / Python
- PDS(polars-ds) (⭐375) - 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.
- Narwhals (⭐567) - Python files that provides an extremely lightweight compatibility layer between Polars, Pandas, cuDF, and Modin by @narwhals-dev.
- photoshoot (⭐7) - 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.
Resources / Blog posts
- Benchmarking energy usage and performance of Polars and pandas - A blog post by the Polars team itself benchmarking Polars and Pandas.
Resources / Talks and videos
- How to Learn the Polars DataFrame Library ⏳ 110 min - A long video that explains and illustrates the basic principles of Polars by @KeithGalli. Associated github repo is here (⭐3).
Jul 22 - Jul 28, 2024
Libraries/Packages/Scripts / Polars plugins
- polars-ml (⭐9) - Polars plugin for machine learning by @barak1412.
Jul 15 - Jul 21, 2024
Libraries/Packages/Scripts / Polars plugins
- life_polars_plugin (⭐4) - Polars plugin to showcase some features of the plugin system by @condekind.
- polars-url (⭐5) - Polars plugin to parse/extract fields from urls by @condekind.
Resources / Talks and videos
- Polars - SQL Interface for Querying DataFrames ⏳ 20 min - A video that shows how to use SQL to query the data in Polars DataFrames by @bugbytes-io.
Jul 08 - Jul 14, 2024
Resources / Talks and videos
- Integrate Polars DataFrame with Ollama ⏳ 12 min - A video that demonstrates how to integrate Polars with Ollama local models to do data analysis by @fahdmirza.
- Polars basics playlist - A playlist that introduces the basic features of Polars in an instructive way.
Jul 01 - Jul 07, 2024
Official news
- August 2023 : Polars announces that it has raised a a $4M seed round!
- July 2024 : Python Polars 1.0 release ! See this blog post special announcement.
Libraries/Packages/Scripts / Polars plugins
- polars_encryption (⭐6) - Polars plugin that extends Polars with encryption algorithm AES-GSM-SIV by @zlobendog.
- polars_iptools (⭐12) - Polars plugin for IP address parsing and enrichment including geolocation by @erichutchins.
Resources / Blog posts
- Polars: A Modern DataFrame Library - An article that introduces to Polars design and its main features by @gox6.
- Mastering Polars: High-Efficiency Data Analysis and Manipulation - An article that provides a comprehensive introduction of Polars, highlighting its features and showcasing practical examples to get started.
- Encrypting data with Polars - A post that illustrates how to use the polars_encryption plugin to encrypt data with Polars by @zlobendog.
- Case Study Comparing Pandas and Polars with 1 Million Rows Data - An blog post that compares benchmarking scores with the Independent samples t-test and Welch’s t-test using Python.
- How to Move From Pandas to Polars - A blog post that explains how to move from Pandas to Polars using Pycharm by [@Cheukting].
- DuckDB vs Polars — Which One Is Faster? - An unofficial benchmark on DuckDB and Polars by Yuki Kakegawa.
- Polars: The Must-Know Data Frame Library Every Data Scientist Should Know - A blog post that provides a good first guide to the features of Polars by @AnsaBaby.
Resources / Talks and videos
- Pandas, Polars and the DataDrame Consortium ⏳ 25 min - A video that offers a detailed performance comparison between Polars and Pandas. This analysis serves as a foundation for the introduction of the DataFrame Consortium, which aims to standardize data manipulation libraries.
- Polars streaming data processing ⏳ 61 min - A video that provides a complete tutorial on the main methods used in Polars by Digital Program Life.
- Python: Polars Data Analysis ⏳ 59 min - A video that illustrates the main features of Polars by Digital Program Life.
Follow / Talks and videos
- PolarsCodeAcademy - Youtube Channel with thematic videos about Polars
May 20 - May 26, 2024
Resources / Blog posts
- Spark vs Polars. Real-life Test Case - A blog post in which the author tests whether Polars is able to handle "real amounts of data" and "really replace some production Spark workloads." by @danielbeach. Code used is available on Github here (⭐9).
- Polars vs. Pandas: 30 Comparison Functions - A reminder blog post that compares 30 functions written with Polars and Pandas by Yunuskaradagg.
- Polars vs. SQL: When to Choose Python for Your Data Adventures - A blog post that explores some common functions and their counterparts in both Polars and SQL by Yunuskaradagg.
- Age of DataFrames II: Polars Edition - A blog post that illustrates the features of Polars through the analysis of a tournament from the video game Age of Empires II by [@woutergins]. Source code available here (⭐0)
May 13 - May 19, 2024
Resources / Talks and videos
- Polars - An Optimized Dataframe Library ⏳ 84 min - A video that compares the main features of Polars with those of Pandas, with a focus on speeding up your data pipeline by @mattharrison.
- DataFrames on steroids with Polars ⏳ 42 min - A video that demonstrates Polars for Python and shows how much faster it is compared to pandas while remaining just as convenient by @prosoitos. Slides are available here.
Apr 22 - Apr 28, 2024
Libraries/Packages/Scripts / Python
- polars-candle (⭐23) - Python package for for running candle (⭐16k) ML models on Polars DataFrames by @wdoppenberg.
Resources / Blog posts
- Pandas vs Polars? Bid Adieu to Pandas and Switch To Polars! - An article that compares Polars to Pandas with a dataset of 1.2 GB. Code used is available on Github here (⭐1).
Apr 08 - Apr 14, 2024
Resources / Tutorials & workshops
- Python-Polars-Tips-and-Tricks (⭐23) - Collection of source code demonstrating tips and tricks in Polars by @StuffbyYuki.
Resources / Blog posts
- Pandas vs. Polars — Time to Switch? - A blog post that compares Polars to Pandas in a series of 4 benchmarks performed on a csv file with 11 million rows by @daradecic.
- How to JOIN datasets in Polars … compared to Pandas - A blog post compares dataframe joins in Polars vs Pandas by @danielbeach.
- DuckDB vs Polars - Which One Is Faster? - An unofficial benchmark on DuckDB and Polars by @StuffbyYuki.
Resources / Talks and videos
- Polars is the Pandas killer | PyData Tel Aviv 2024 ⏳ 22 min - A video that shows how Polars is competing head to head with scale, speed and ease of use for dataframe solution in python by Igor Mintz.
- Polars-Cookbook in Python (⭐284) - Polars cookbook with organized by Python notebooks and chapter by @StuffbyYuki.
Apr 01 - Apr 07, 2024
Libraries/Packages/Scripts / Polars plugins
- polars-finance (⭐31) - A collection of Python Polars plugins and functions for market data processing by @ngriffiths13.
Libraries/Packages/Scripts / Python
- Polars OLS (⭐112) - Python package that provides efficient rust implementations of common linear regression variants and exposes them as simple Polars expressions by @azmyrajab.
Resources / Tutorials & workshops
- Scripts and datasets for the O'Reilly book Python Polars: The Definitive Guide (⭐93) - Useful Python notebooks ordered by book chapter by @jeroenjanssens.
Mar 25 - Mar 31, 2024
Libraries/Packages/Scripts / Python
- polars_ta (⭐114) - Python package that provides technical indicator operators rewritten in Polars by @wukan1986.
- QuickEcharts (⭐21) - Python package for fast and easy echarts with Polars backend by @AdrianAntico.
Resources / Blog posts
- Anatomy of a Polars Query: A Syntax Comparison of Polars vs SQL - A post that compares Polars syntax to SQL by @bfeif.
Mar 18 - Mar 24, 2024
Resources / Blog posts
- How to start using Polars & DuckDB together for data analysis - A post that demonstrates the usage of Polars with DuckDB to perform similar data transformations as is done using Pandas by @sumaniitm.
Mar 11 - Mar 17, 2024
Libraries/Packages/Scripts / Python
- polars_hash (⭐57) - Python package that provides stable hashing functionality across different Polars versions by @ion-elgreco.
Mar 04 - Mar 10, 2024
Libraries/Packages/Scripts / Python
- Polars for Identifiers and Standard Format Strings (⭐14) - Python package for Processing IBAN, ISINs, URLs and other standard format data in Polars by @abstractqqq.
Resources / Blog posts
- Groupby in Polars - A post that explains how to Learn how to do group data using Polars by Alexandre Petit.
- DuckDB vs Polars - Thunderdome. - A blog post that compares Polars and DuckDB with the use of 16 GB of data on a machine of only 4 GB by @danielbeach.
- How moving from Pandas to Polars made me write better code without writing better code - A post that describs the process of "Polarification" of code written with Pandas by @duvenagep.
- Revisiting a Classic Cheminformatics Paper with Polars: The Wiener Index - A science blog post that uses Polars to track the information for the molecules in DataFrames by @bertiewooster.
Feb 26 - Mar 03, 2024
Libraries/Packages/Scripts / Python
- polars-upgrade (⭐62) - Python package that automatically upgrades your Polars code so it's compatible with future versions by @MarcoGorelli.
- polars-fuzzy-match (⭐21) - Python package for fuzzy matching with Polars, i.e. matching text elements that are similar but not exactly identical by @bnm3k.
Feb 19 - Feb 25, 2024
Official documentation
- Documentation for Python API - Official API Reference for Python.
- Documentation for Rust API - Official API Reference for Rust.
- Documentation for R API - Official API Reference for R.
Libraries/Packages/Scripts / Polars plugins
- polars-xdt (⭐187) - Polars plugin with extra-datetime-related functionalities by @MarcoGorelli.
Resources / Tutorials & workshops
- Polars plugins tutorial - How you (yes, you!) can write a Polars Plugin, by @MarcoGorelli.
Resources / Blog posts
- Dataframe Showdown – Polars vs Spark vs Pandas vs DataFusion. Guess who wins? - A short article that presents a performance test between Polars, Pandas, Datafusion and Spark on a csv dataset by @danielbeach. Code used is available on Github here (⭐6).
- Polars - modern data frame library - A blog post that describes why Polars could be a better alternative to pandas, dplyr or data.table by @DSkrzypiec.
- Lightning-fast queries with Polars - Another blog post that is a good introduction to Polars by @astrojuanlu.
- Exploring Polars - The Lightning-Fast DataFrame Library in Python - A blog post on the basics of Polars by @mddas.
- Date and DateTime Manipulation in Polars - A blog post that shows examples of doing a number of date and datetime manipulations in Polars (Python) by @danielbeach. Code used is available on Github here (⭐2).
- Level Up Your Data Analysis with Polars: A Powerful DataFrame Library for Speed and Efficiency - A blog post that describes the main features of Polars (with benchmarks) by ravi-m.
- LazyFrame: Exploring Laziness in Dataframes from Polars in Python - A blog post that introduces LazyFrames with Polars an Python by Manoj Das.
- Data Statistics in Polars - A post that explains how to extract insightful information from your data in Polars by Alexandre Petit.
Feb 12 - Feb 18, 2024
Resources / Blog posts
- 15 Pandas ↔ Polars ↔ SQL ↔ PySpark Translations - A post that depicts the 15 most common tabular operations in Polars and their corresponding translations in Pandas, SQL and PySpark by @ChawlaAvi.
Feb 05 - Feb 11, 2024
Libraries/Packages/Scripts / Python
- Ibis Python package for Polars - Ibis (⭐5.3k) is a Python library that provides a lightweight, universal interface for data wrangling. It can be used with Polars.
Resources / Cheat Sheets
- Cheatsheet for Pandas to Polars - A Cheat Sheet that shows how to convert some familiar Pandas commands to Polars by @braaannigan.
Resources / Blog posts
- Polars dataframe’s plugins and extensibility: getting started - A post that illustrates the possibility of extending the core Dataframe API of Polars with a few examples by @brunocous.
Jan 15 - Jan 21, 2024
Resources / Blog posts
- polars’ Rgonomic Patterns - A blog post that deeps dive into some of the advanced data wrangling functionality in python’s Polars package by @emilyriederer.
- Great Tables: The Polars DataFrame Styler of Your Dreams - A post that shows how Great Tables package uses polars expressions to make delightful tables by @machow.
Jan 08 - Jan 14, 2024
Official documentation
- Documentation for Node.js API - Official API Reference for Node.js.
Resources / Blog posts
- Interesting thread about Polars on Hacker News
Dec 25 - Dec 31, 2023
Resources / Blog posts
- Time series Analysis with Polars - A short blog post that explains how to deal with temporal datasets by @gaborschulz. Full helpful notebook available here (⭐0).
Nov 20 - Nov 26, 2023
Resources / Blog posts
- Working with DateTime data in Polars - A blog post to helps you with the main operations that can be done with datetime data by Rielly Griffiths.
- Revolutionize Your Data Analysis: Polars Outperforms Pandas by Up to 5x in Numerical Filter Operations! - A blog post that compares Polars with Pandas by examining their performance in the real world by Daniel Builescu.
Nov 13 - Nov 19, 2023
Libraries/Packages/Scripts / R
- polarssql (⭐24) -
polarssql
experimental package which is a DBI-compliant interface to Polars.
Resources / Talks and videos
- Library of the week 13 : Polars with Python ⏳ 15 min - A video that presents Polars with Python by @enarroied. Article supplied with the video in this page.
Nov 06 - Nov 12, 2023
Resources / Blog posts
- Pandas2 and Polars for Feature Engineering - A blog post that A blog post that compares Pandas2 and Polars for Feature Engineering tasks with Python by @hopswork (⭐1.2k).
- Using Polars Plugins for a 14x Speed Boost with Rust - A blog post thats shows the use of Polars plugin system for Rust from some concrete examples by @ngriffiths13.
Oct 16 - Oct 22, 2023
Resources / Blog posts
- Partitioning Polars DataFrame on S3 with Apache Arrow - A blog post that explains how to partition large Polars DataFrames in AWS S3 by Matteo Arellano.
- Goodbye Spark. Hello Polars + Delta Lake - An article that presents how to use Polars in addition to Delta Lake by @danielbeach.
- How to learn Polars with ChatGPT? - An article that explains how to learn fundamental Polars concepts with ChatGPT by Suhith Illesinghe.
Resources / Talks and videos
- Polars DataFrame ⏳ 41 min - A video that shows some basic manipulations with Polars and Python by @vedica1011. Notebook used for the video in this github repo (⭐0).
- Why I switched grom Pandas to Polars ⏳ 53 min - A workshop that breaks down the 3 reasons why you could switched from Pandas to Polars by @bfeif. Notebook used for the video in this github repo (⭐1).
- Delimiters in Python Polars ⏳ 15 min - A video that explains how to use delimiters in Python Polars by @CodeKlaudia.
- Intro to Polars ⏳ 7 videos - A playlist of 7 videos that introduces the basic concepts of Polars (DataFrames, filtering, splitting...) by Joram Mutenge.
- Machine Learning with Polars ⏳ 6 videos - A playlist of 6 videos that analyzing and cleaning data using Polars to train machine learning models by Joram Mutenge.
- Pandas and Polars with Marco Gorelli ⏳
55 min
- A podcast by The Developers' Bakery that compares the performance of Polars to Pandas by @MarcoGorelli.
Sep 18 - Sep 24, 2023
Official documentation
- Talk about Polars at EuroPython Conference 2023 ⏳
28 min
- Talk by @ritchie46 that introduces Polars and some of its design decisions.
Resources / Blog posts
- Enhancing Data Analytics with Polars and MinIO - A blog post that explains how to use Polars with Minio’s open-source object storage by @IndexSeek.
- Using Polars with Snowflake - A blog post that shows how to use Polars with Snowflake by @IndexSeek.
Sep 11 - Sep 17, 2023
Resources / Blog posts
- Understanding the Polars nested column types - A blog post that helps to understand how nested column types works in Polars by @braaannigan.
- Polars vs DuckDB for Delta Lake ops - A blog post that compares Polars to DuckDB using Delta Lake by @wolliq.
Sep 04 - Sep 10, 2023
Resources / Blog posts
- Polars and Pandas : What's the difference ? - A blog post that explains how Polars works under the hood and th best use cases for Polars and Pandas by @t-redactyl.
Aug 28 - Sep 03, 2023
Official documentation
- Keynote on Polars at EuroSciPy 2023 ⏳
57 min
- Talk by @ritchie46 that dives into Polars and sees what makes it so efficient. It will touch on technologies like Arrow, Rust, parallelism, data structures, query optimization and more.
Libraries/Packages/Scripts / Rust
- Polars CLI (⭐158)
Polars CLI
is a command line interface for running SQL queries with Polars as backend.
Resources / Tutorials & workshops
- Python Polars: A Lightning-Fast DataFrame Library - A tutorial that shows how to use Polars with Python ecosystem by @hfhoffman1144. Code used is available on Github here (⭐4.8k).
Resources / Talks and videos
- Using the Rust Polars DataFrame library in a CLI ⏳
4 min
- A video that shows how to integrate Polars in a commande line interface by @paiml.
- The Ultimate Guide to Data Wrangling with Python | Rust Polars Data Frame ⏳
10 videos
- A playlist of 10 videos (WIP) that equips you with all the necessary knowledge required to utilize Python Polars Data Frame by @AmitXShukla.
Jul 31 - Aug 06, 2023
Resources / Blog posts
- Pandas vs Polars: A database speed test. Who wins? - A blog post that compares the run-time of reading a database into a dataframe using Pandas versus using Polars by Thomas Reid.
Jul 24 - Jul 30, 2023
Resources / Tutorials & workshops
- Data Pipelines with Polars: Step-by-Step Guide - A tutorial that explains how to build data pipelines with Polars by @AntonsRuberts. Code used is available on Github here (⭐55).
Resources / Blog posts
- All that Polars that Make You Forget Pandas - A blog post that explores some deeper reasons behind the performance gains of Polars over Pandas.
- Polars vs Pandas. Inside an AWS Lambda - A blog post that covers the topic of using Polars vs Pandas inside an AWS Lambda to do data processing by @danielbeach. Code used is available on Github here (⭐9).
- DuckDB vs Polars for Data Engineering - A blog post that compares Polars and DuckDB with pipelines for Data Engineering by @danielbeach.
Follow / Talks and videos
- Marco Edward Gorelli (@MarcoGorelli) - Contributor to Polars projects
- Eitsupi (@eitsupi) - Contributor to R Polars project
- Etienne Bacher (@etiennebacher) - Contributor to R Polars project
Jul 17 - Jul 23, 2023
Libraries/Packages/Scripts / Python
- Python package functime - Machine learning Python package built on Polars for time-series predictions by @neocortexdb. According to the developpers, it's the world's fastest and most feature-full machine learning forecasting library !
Libraries/Packages/Scripts / R
- tidypolars for R (⭐179)
tidypolars
package to use polars with tidyverse syntax.
Resources / Blog posts
- Getting Started with the Polars Data Manipulation Library - A blog post that presents some simple features of Polars using Python by Juveriya Mahreen.
- 8 ways pandas really losing to Polars for quick market data analysis - A newsletter that compares the performance of Polars to Pandas for many common data manipulation techniques by PyQuant News.
Jul 10 - Jul 16, 2023
Resources / Blog posts
- EDA with Polars: Step-by-Step Guide to Aggregate and Analytic Functions (Part 2) - A blog post that shows how to perform with Polars and Python some fairly complex aggregates, rolling statistics and more by @AntonsRuberts. Code used is available in this notebook (⭐55).
- Pyspark or Polars — What should you use? - A blog post that explores and breaks down some of the similarities between PySpark and Polars. It provides insights on when to choose one over the other by Vivek Kovvuru.
Jul 03 - Jul 09, 2023
Resources / Blog posts
- EDA with Polars: Step-by-Step Guide for Pandas Users (Part 1) - A blog post that describes the main data processing operations with Polars in Python by @AntonsRuberts. Code used is available in this notebook (⭐55).
Resources / Talks and videos
- How to update mass data using Polars DataFrame ⏳
9 min
- A video that presents the process of writing code to update mass columns across CSV or data files by @AmitXShukla. Notebook used for the video in this github repo (⭐66).
Jun 26 - Jul 02, 2023
Resources / Tutorials & workshops
- Polars cookbook in Python (⭐248) - This cookbook is a fork of the popular pandas-cookbook and has been modified to use the polars library. By @escobar-west, it uses real-world examples with "all the bugs and weirdness that entails."
Jun 19 - Jun 25, 2023
Resources / Talks and videos
- Polars - make the switch to lightning-fast dataframes ⏳
30 min
- A talk that reports an experience switching from Pandas to Polars in a real-world ML project by @datenzauberai. Slides are available here (⭐5).
- Polars: A highly optimized dataframe library ⏳
20 min
- A video that presents some mains features of Polars by @mattharrison.
Jun 12 - Jun 18, 2023
Resources / Tutorials & workshops
- Cookbook Polars for R - A side-by-side comparison of Polars, R base, dplyr and data.table packages by @ddotta.
- Polars Workshop on AWS (⭐13) - A comprehensive workshop comparing Polars to Pandas, exploring a wide range of functions and features by @debnsuma.
Resources / Blog posts
- Querying Polars DataFrames using SQL - A blog post that shows how to use the SQLContext object in Python to query a Polars DataFrame directly using SQL by @weimenglee.
- Polars vs Pandas: A Brief Tale of Two DataFrame Libraries - A blog post that compares Polars and Pandas focusing in particular on optional dependencies by @ranggakd.
Jun 05 - Jun 11, 2023
Resources / Blog posts
- Pandas vs Polars – Speed Comparison - A blog post that compares the performance of Polars, Pandas and Pandas 2.0 by @StuffbyYuki. Code used is available on Github here (⭐23).
- LazyFrame vs DataFrame in Polars – Performance Comparison - A blog post that introduces what LazyFrame is in Polars and its performance gain compared to DataFrame by @StuffbyYuki. Code used is available on Github here (⭐23).
May 29 - Jun 04, 2023
Resources / Tutorials & workshops
- Fast String Processing with Polars — Scam Emails Dataset - A tutorial using Polars to implement a text processing pipeline process by @AntonsRuberts. Code used is available on Github here (⭐55).
Resources / Blog posts
- Polars – Laziness and SQL Context. - A blog post that presents two good reasons to adopt Polars : Lazy and SQL Context by @danielbeach.
May 22 - May 28, 2023
Libraries/Packages/Scripts / Python
- Python package seaborn_polars (⭐26) - Python package to plot Polars DataFrames and LazyFrames with seaborn by @pavelcherepan.
Libraries/Packages/Scripts / Ruby
- polars for Ruby (⭐851) - Ruby
polars-df
gems to use Polars with Ruby.
Resources / Tutorials & workshops
- Rust Polars: Unlocking High-Performance Data Analysis — Part 1 - First part of an article that explores the world of Rust’s Polars and explain some basic concepts of Polars such as Series by @wiseaidev. Code used is available on Github here (⭐359).
Resources / Blog posts
- Pandas vs Polars vs Pandas 2.0 …. FIGHT - A blog post that does an ETL process for checking big data speed processing between Pandas, Pandas 2.0 and Polars by @guoliveira.
- Pandas vs Polars vs Pandas 2.0 … ROUND 2 - A blog post that makes a new comparison between Pandas, Pandas 2.0 and Polars by @guoliveira.
- Polars VS PySpark: Lazy Evaluation and Big Data - A blog post that compares lazy evaluation between Polars and Spark by @guoliveira.
- Polars in the aRtic! - An another blog post that compares the performance between Pandas and Polars across a range of common data manipulation tasks by @MCodrescu. Code used is available on Github.
- A Polars exploration into Kedro - A blog post that explains how Polars can be used instead of pandas in Kedro for your data catalog and data manipulation by @astrojuanlu.
- High Performance Data Manipulation in Python: pandas 2.0 vs. polars - A blog post that compares differences between Python pandas 2.0 and Polars libraries by @jcanalesluna.
Resources / Talks and videos
- Polars vs Pandas | detailed test with explained results ⏳
22 min
- A video that presents 8 distinct tests which demonstrates differences between Pandas and Polars by @vb100. Associated github repo is here (⭐0).
Apr 17 - Apr 23, 2023
Resources / Tutorials & workshops
- How to display Polars dataframes with itables - A tutorial that explains how to display Polars dataframes with itables by @mwouts.
Resources / Blog posts
- The fastest way to read a CSV file in Python - A blog post that compares different ways (including Polars, pyarrow and C) to read a CSV file with Python by Finn Andersen.
Resources / Talks and videos
- An opinionated introduction to Polars - Great Polars introduction slides from @krlng at PyCon 2023.
Apr 10 - Apr 16, 2023
Resources / Blog posts
- DuckDB vs Polars vs Spark! - An article that performs a benchmark against duckdb/Polars/spark, with varying row count, with swap usage as another metric, in addition to runtime in seconds. Code used is available on Github here (⭐5).
- Benchmarking PySpark Pandas, Pandas UDFs, and Fugue Polars - A blog post that compares the execution time of fugue (⭐2k) + Polars, Pandas UDFs and PySpark Pandas by @kvnkho.
- Pandas vs. Polars: The Battle of Performance - An another blog post that compares the performance between Pandas and Polars across a range of common data manipulation tasks by @makeuseofcode. Code used is available on Github (⭐0).
- Pandas 2.0 vs Polars: The Ultimate Battle - A blog post that analyzes in terms of Syntax, Speed, and Usability between Pandas 2.0 and Polars 0.17.0 by @priyanshu7401.
Apr 03 - Apr 09, 2023
Resources / Tutorials & workshops
- Running Polars code distributedly - A page that explains how to rung Polars code distributedly with Fugue by @fugue-project.
- Converting SQL Queries to Polars DataFrames with JupySQL - A tutorial that explains how to convert SQL queries to Polars DataFrames using JupySQL by @ploomber.
Resources / Blog posts
- 7 Easy Steps To Switch From Pandas to Lightning Fast Polars And Never Return - A cheat sheet blog post of the most common Pandas operations translated into Polars by @BexTuychiev.
- Polars for initial data analysis, Polars for production - A blog post that shows how to use Polars for initial data analysis and then effectively in production by @itamarst.
Mar 27 - Apr 02, 2023
Libraries/Packages/Scripts / Python
- Working with Polars and XlsxWriter - Guide to using the Python XlsxWriter library with Polars to create Excel reports.
Resources / Blog posts
- Replacing Pandas with Polars. A Practical Guide - A blog post comparing some common functions between Pandas and Polars by @danielbeach. Code used is available on Github here (⭐4).
Mar 20 - Mar 26, 2023
Libraries/Packages/Scripts / Scala/Java
- scala-polars for Scala and Java (⭐67) - Scala - Java
scala-polars
is a library for using Polars in Scala and Java projects by @chitralverma.
Resources / Tutorials & workshops
- A Practical Comparison of Polars and Pandas - A tutorial that showcases several common operations in Pandas and Polars side by side to demonstrate how much easier Polars is by @FlorianWilhelm. There is also an accompanying Jupyter notebook (⭐43) available.
- Prise en main de Polars - A notebook tutorial in French that illustrates the main features of Polars by @romaintailhurat and @linogaliana. There is also an accompanying blog post.
Mar 13 - Mar 19, 2023
Resources / Tutorials & workshops
- Polars: um simples mas prático tutorial - Tutorial in the format of an ipynb notebook that illustrates several features of Polars in Portuguese by @barbosarafael. Associated github repository is here (⭐38).
Resources / Blog posts
- Polars vs Pandas — 4 key concept differences - An article that helps to understand key differences between Pandas and Polars Data Science libraries by @DataScienceDisciple.
Mar 06 - Mar 12, 2023
Resources / Blog posts
- Discover the Power of Polars Library for Fast and Efficient Data Manipulation in Python - An article that quickly compares Polars to other data manipulation libraries by Morpheus.
- Why is Polars All The Rage? - An article that explains why Polars will become very popular by SeattleDataGuy and Daniel Beach.
Resources / Talks and videos
- Polars: The main alternative to pandas in Python!? ⏳
57 min
- A Polars tutorial series on Youtube by @martinbel. Notebooks and datasets used for the videos available in this github repo (⭐39).
- Polars: The Super Fast Dataframe Library for Python — Goodbye Pandas? - An article and a video ⏳
19 min
that explores some basic features of Polars by @ifrankandrade.
- Manipulación de Datos con Polars en python ⏳
51 min
- A detailed tutorial video in Spanish that shows 20 Polars functions to perform 80% of the tasks of a data scientist by Naren Castellon.
Feb 27 - Mar 05, 2023
Resources / Talks and videos
- Polars Introduction for Python with a 128GB Ryzen 24-core Benchmark vs Pandas ⏳
12 min
- A video that provides an introduction to Polars for Python by @jeffheaton. Notebook used for the video in this github repo (⭐177).
- Polars vs Pandas ⏳
37 min
- A detailed video on Youtube that compares Polars and Pandas by @hu-po.
Feb 20 - Feb 26, 2023
Resources / Cheat Sheets
- Polars Cheat Sheet - A Polars Cheat Sheet by @FranzDiebold.
Resources / Blog posts
- Alternatives to Pandas: Python Polars - An article that explores the Python Polars module as an alternative to Pandas, comparing their similarities and differences and providing some examples by @JohnLockwood
- Pandas vs Polars - A comparison on File I/O - A blog post that evaluates Polars and Pandas in terms of I/O performance and speed when handling large datasets by Wes Poulsen.
Resources / Talks and videos
- Expressive & fast dataframes in Python with polars ⏳
28 min
- A video that reviews some alternatives to Pandas for Python and then demonstrates some Polars features by Juan Luis Cano Rodríguez.
Contributing / Talks and videos
- Damien Dotta (@ddotta) - Maintainer of Awesome Polars list
Feb 13 - Feb 19, 2023
Official documentation
- Documentation - Official user guide for Python, Rust and R.
- Github: Polars Github Organization - Official Polars Github repository.
- Blog posts from Polars - Official blogs posts from Polars.
Libraries/Packages/Scripts / Python
- polars for Python (⭐30k) - Python
polars
package to use polars DataFrame from Python.
- tidypolars
tidypolars
python library built on top of polars library that gives access to methods and functions familiar to R tidyverse users.
Libraries/Packages/Scripts / Rust
- polars for Rust (⭐30k) - Rust
polars
crate to use polars DataFrame with Rust.
- GeoPolars
Geopolars
Rust crate that extends the Polars DataFrame library for use with geospatial data.
Libraries/Packages/Scripts / R
- rpolars for R (⭐476) - R
rpolars
package to use polars DataFrame from R.
Libraries/Packages/Scripts / Node.js
- nodejs-polars for Node.js (⭐434) - Node.js
nodejs-polars
package to use polars DataFrame from Node.js.
Resources / Tutorials & workshops
- Modern Polars - A side by side comparison between Polars and Pandas containing code in both frameworks by @kevinheavey.
Resources / Blog posts
- Using the Polars DataFrame Library - A blog post by Wei-Meng Lee to discover the basics of Polars and how it can be used in place of Pandas.
- Why Polars uses less memory than Pandas - A blog post by Itamar Turner-Trauring detailing some techniques to opptimize Pandas memory usage and see how Polars can provide an answer in some cases.
- Plodding with Polars in Python - A blog post by @amitrathore that introduces some basic features of Polars.
- Polars-lazy - A blog post by @ritchie46 and @jorgecarleitao that introduces Polars' lazy API in Rust.
- Series of posts on Polars - A series of blogpost on Polars usage with a lot of useful tricks and information by @braaannigan. Moreover, Liam also has a Data Analysis with Polars course on Udemy.
- Youtube videos about Polars - A series of short youtube videos about Polars by @braaannigan
Resources / Talks and videos
- Polars: Blazingly Fast DataFrames in Rust and Python ⏳
37 min
- Introduction to Polars by databricks.
- Polars: The Next Big Python Data Science Library... written in Rust? ⏳
14 min
- A short video tutorial to get started coding with Polars by @RobMulla.
- The Last Polars Dataframe vs. Pandas Dataframe Video You Should Ever See ⏳
19 min
- A video that compares Polars and Pandas data frames.
- The Best library for building Data Pipelines... ⏳
12 min
- A video that compares Pandas, Spark and Polars for working with data in Python by @RobMulla.
Follow / Talks and videos
- pola-rs (@pola-rs) - Github organisation for Polars (Twitter: @DataPolars).
- Ritchie Vink (@ritchie46) - Author of Polars
- Stijn de Gooijer (@stinodego) - Member of Polars organisation
- Danny van Kooten (@dannyvankooten) - Member of Polars organisation
- Alexander Beedie (@alexander-beedie) - Contributor to Polars projects