Skip to content

Commit ff05618

Browse files
committed
Merge remote-tracking branch 'origin/development' into development
2 parents 79608ba + e2571f7 commit ff05618

34 files changed

+7278
-373
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Total duration: 4 hours.
2525
| Subject | Duration |
2626
|---------------------------------------------|----------|
2727
| introduction and motivation | 5 min. |
28-
| pandas & seaborn |105 min. |
28+
| pandas & seaborn or polars & seaborn |105 min. |
2929
| coffee break | 10 min. |
3030
| text parsing with regular expressions | 40 min. |
3131
| querying relational databases | 30 min. |

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/pandas/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ easy to use.
2424
in the Python slides.
2525
1. `pipes.ipynb`: consolidating data processing using pipes.
2626
1. `screenshots`: screenshots made for the slides.
27+
1. `generate_csv_files.py`: script to generate CSV files in different
28+
formats.
29+
1. `copy_on_write.ipynb`: Jupyter notebook that illustrates how data is shared
30+
between related notebooks and the role Copy-on-Write plays in order to
31+
prevent accidental data modifications in more than one dataframe.

0 commit comments

Comments
 (0)