nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.01k stars 53 forks source link

Add polars library for processing dataframes #48

Closed varunmehrishi closed 8 months ago

varunmehrishi commented 10 months ago

Polars is a dataframe library written in Rust. It is similar to pandas library in Python and is highly performant as per benchmarks.

nicoburns commented 10 months ago

I agree that this should be on the list. I am planning on adding a "Math / Scientific" category which I believe polars would fit into nicely.

Note to self: Add https://github.com/mhogrefe/malachite to "Math / Scientific" category.