nicoburns / blessed-rs

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

Add polars library for processing dataframes #48

Closed varunmehrishi closed 1 year ago

varunmehrishi commented 1 year 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 1 year 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.