Skip to content

Commit 27de073

Browse files
committed
Merge branch 'development' of github.com:gjbex/Python-for-data-science into development
2 parents 9460f00 + 9a00dff commit 27de073

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8214
-1212
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ For information on the training, see the website
99

1010
1. [`python_for_data_science.pptx`](python_for_data_science.pptx): PowerPoint
1111
presentation used for the training.
12-
1. [`hands-on`](hands-on): Jupyter notebooks for hands-on sessions.
1312
1. [`source-code`](source-code): sample code written to develop the slides and
1413
illustrate concepts.
1514
1. [`environment.yml`](environment.yml): conda environment file intended to be

docs/README.md

Lines changed: 8 additions & 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. |
@@ -63,6 +63,13 @@ For following along hands-on, you need
6363
* access to Google Colaboratory if you prefer not to install software.
6464

6565

66+
## Level
67+
68+
* Introductory: 30 %
69+
* Intermediate: 50 %
70+
* Advanced: 20 %
71+
72+
6673
## Trainer(s)
6774

6875
* Geert Jan Bex ([geertjan.bex@uhasselt.be](mailto:geertjan.bex@uhasselt.be))

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
theme: jekyll-theme-slate
1+
title: "Python for data science"
2+
theme: jekyll-theme-slate

0 commit comments

Comments
 (0)