Skip to content

Commit 2917a29

Browse files
committed
Add polars versus pandas performance benchmarks
1 parent 8493226 commit 2917a29

File tree

2 files changed

+773
-0
lines changed

2 files changed

+773
-0
lines changed

source-code/polars/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Polars is an alternative to pandas that is designed to have better performance.
1414
for benchmarking.
1515
1. `create_csv_data.slurm`: Slurm script to run `create_csv_data.py` on a
1616
cluster.
17+
1. `polars_performance.ipynb`: Jupyter notebook that compares the performance
18+
of polars and pandas on a variety of operations.
1719
1. `data`: Directory containing the data used in the notebook.

0 commit comments

Comments
 (0)