# [[Data Science]] in [[Rust]] ## Resources - ["Data Manipulation: Pandas vs Rust" by Xavier Tao](https://able.bio/haixuanTao/data-manipulation-pandas-vs-rust--1d70e7fc) - [Data Manipulation: Polars vs Rust by Xavier Tao](https://able.bio/haixuanTao/data-manipulation-polars-vs-rust--3def44c8) - Polars is the library to use - Repo: https://github.com/pola-rs/polars - Docs: https://docs.rs/polars/0.14.8/polars/ - Crate: https://crates.io/crates/polars - [CSV Processing in Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/encoding/csv.html) ## Polars ### Resources - [User guide (Python)](https://pola-rs.github.io/polars-book/user-guide/introduction.html) - [Eager (Rust doc)](https://docs.rs/polars/0.17.0/polars/docs/eager/index.html) - [Lazy (Rust doc)](https://docs.rs/polars/0.17.0/polars/docs/lazy/index.html) - [DataFrame (Rust doc)](https://docs.rs/polars/0.17.0/polars/frame/struct.DataFrame.html)