We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8493226 commit 2917a29Copy full SHA for 2917a29
source-code/polars/README.md
@@ -14,4 +14,6 @@ Polars is an alternative to pandas that is designed to have better performance.
14
for benchmarking.
15
1. `create_csv_data.slurm`: Slurm script to run `create_csv_data.py` on a
16
cluster.
17
+1. `polars_performance.ipynb`: Jupyter notebook that compares the performance
18
+ of polars and pandas on a variety of operations.
19
1. `data`: Directory containing the data used in the notebook.
0 commit comments