Skip to content

Add polars notebook #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ to create it. There is some material not covered in the presentation as well.
* [`networkx`](networkx): illustration of using the networkx library for graph
representation and algorithms.
* [`pandas`](pandas): illustrations of using pandas and seaborn.
* [`polars`](polars): Kllustrations of using polars.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (documentation): Fix typo in 'Kllustrations'

The word 'Kllustrations' should be 'Illustrations'.

* [`regexes`](regexes): illustrations of using regular expressions for
validation and information extraction from textual data.
* [`seaborn`](seaborn): illustrations of using Seaborn to create plots.
Expand Down
11 changes: 11 additions & 0 deletions source-code/polars/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Polars

Polars is an alternative to pandas that is designed to have better performance.


## What is it?

1. `patient_data.ipynb`: Jupyter notebook that explores functional differences
between pandas and polars. It replicates the notebook in the `pandas`
directory with the same name.
1. `data`: Directory containing the data used in the notebook.
Binary file added source-code/polars/data/patient_experiment.xlsx
Binary file not shown.
Binary file added source-code/polars/data/patient_metadata.xlsx
Binary file not shown.
Loading