Skip to content

Latest commit

 

History

History

035-polars-vs-pandas

You might never need Pandas again...

In a world where Python is getting Rusty, even the industry giants are not immune from oxidation. Pandas has a Rust-based challenger, and I've put them head to head. Let's just say it might be time for a new king of the bears...

Running the code

Create a virtual environment and install dependencies with Pip:

python -m venv .venv
source ./.venv/bin/activate # Unix
pip install -r requirements.txt

Run main.py.

You can also check the Memray results in the HTML output.