Skip to content

Commit 6fd469a

Browse files
committed
Add README
1 parent 88f1973 commit 6fd469a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source-code/polars/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Polars
2+
3+
Polars is an alternative to pandas that is designed to have better performance.
4+
5+
6+
## What is it?
7+
8+
1. `patient_data.ipynb`: Jupyter notebook that explores functional differences
9+
between pandas and polars. It replicates the notebook in the `pandas`
10+
directory with the same name.
11+
1. `data`: Directory containing the data used in the notebook.

0 commit comments

Comments
 (0)