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
- Host: GitHub
- URL: https://github.com/haixuantao/data-manipulation-rust-pandas
- Owner: haixuanTao
- Created: 2021-02-28T19:20:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T23:03:42.000Z (over 5 years ago)
- Last Synced: 2025-03-23T07:26:51.303Z (over 1 year ago)
- Topics: pandas, python, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`