Skip to content

Commit 5a7f3ae

Browse files
authored
Merge pull request #19 from gjbex/development
Add polars notebook
2 parents ab89634 + 76475ee commit 5a7f3ae

File tree

6 files changed

+2267
-28
lines changed

6 files changed

+2267
-28
lines changed

source-code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ to create it. There is some material not covered in the presentation as well.
1414
* [`networkx`](networkx): illustration of using the networkx library for graph
1515
representation and algorithms.
1616
* [`pandas`](pandas): illustrations of using pandas and seaborn.
17+
* [`polars`](polars): Kllustrations of using polars.
1718
* [`regexes`](regexes): illustrations of using regular expressions for
1819
validation and information extraction from textual data.
1920
* [`seaborn`](seaborn): illustrations of using Seaborn to create plots.

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.
10.3 KB
Binary file not shown.
9.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)