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

https://github.com/riju18/polars-vs-pandas-deepdive

This repository examines the conflict between Pandas and Polars, contrasting how well they perform in terms of execution time and efficiency. We demonstrate which library is the best in terms of speed, memory utilization, and scalability using thorough benchmarks, real-world use cases, and optimized code.
https://github.com/riju18/polars-vs-pandas-deepdive

dataframe jupyter-notebook pandas polars python

Last synced: 2 months ago
JSON representation

This repository examines the conflict between Pandas and Polars, contrasting how well they perform in terms of execution time and efficiency. We demonstrate which library is the best in terms of speed, memory utilization, and scalability using thorough benchmarks, real-world use cases, and optimized code.

Awesome Lists containing this project

README

        

# polars-vs-pandas-deepdive

# Get the data

- Go to this [website](https://www.stats.govt.nz/large-datasets/csv-files-for-download/)
- Navigate to section named `Census`
- Donwload the zip file named `Age and sex by ethnic group (grouped total responses), for census usually resident population counts, 2006, 2013, and 2018 Censuses (RC, TA, SA2, DHB),CSV zipped file, 103 MB`

# Run the code

- clone the repo
- install the `requirements.txt` file
- Extract the zip file and place the file named `data8277.csv` in root dir
- Run either `.ipynb` or `.py` file