Data-Manipulation-Rust-Pandas icon indicating copy to clipboard operation
Data-Manipulation-Rust-Pandas copied to clipboard

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

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