An open API service indexing awesome lists of open source software.

https://github.com/haixuantao/data-manipulation-rust-pandas

Performance comparaison of Native Rust and Python Pandas, for several data manipulation
https://github.com/haixuantao/data-manipulation-rust-pandas

pandas python rust

Last synced: over 1 year ago
JSON representation

Performance comparaison of Native Rust and Python Pandas, for several data manipulation

Awesome Lists containing this project

README

          

# Data Manipulation: Pandas vs Rust

https://able.bio/haixuanTao/data-manipulation-pandas-vs-rust--1d70e7fc

Download the data at:
- https://www.kaggle.com/START-UMD/gtd
- https://datacatalog.worldbank.org/dataset/world-development-indicators

to run the python code:
- uncomment the section your interested in
- `python src/python_benchmark.py`

to run the rust code:
- uncomment the section your interested in
- `cargo build --release`
- `target/release/terrorism`