Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76475ee

Browse files
authored
Merge pull request #18 from gjbex/feature/polars
Add polars Jupyter notebook
2 parents f810fbe + 6fd469a commit 76475ee

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)

AltStyle によって変換されたページ (->オリジナル) /