From 294b5f2206573ec74c48c65cab1411930049cc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammet=20Berke=20A=C4=9Faya?= Date: Thu, 18 Dec 2025 11:53:49 +0300 Subject: [PATCH] Add Polars to Data Analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b56fdefe..7dac4534 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for data analyzing.* * [pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. +* [polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API. * [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS. * [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data. * [desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery.