Skip to content

Commit 8493226

Browse files
committed
Rename to reflect purpose of notebook
1 parent a972a99 commit 8493226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source-code/polars/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Polars is an alternative to pandas that is designed to have better performance.
88
1. `patient_data.ipynb`: Jupyter notebook that explores functional differences
99
between pandas and polars. It replicates the notebook in the `pandas`
1010
directory with the same name.
11-
1. `polars_versus_pandas_benchmarks.ipynb`: Jupyter notebook that compares the
12-
performance of polars and pandas on a variety of operations.
11+
1. `polars_large_data_benchmark.ipynb`: Jupyter notebook that compares the
12+
performance of polars and pandas on large data sets.
1313
1. `create_csv_data.py`: Python script to generate one or more large CSV files
1414
for benchmarking.
1515
1. `create_csv_data.slurm`: Slurm script to run `create_csv_data.py` on a

0 commit comments

Comments
 (0)