jorisvandenbossche / DS-python-data-analysis

Data manipulation, analysis and visualisation in Python - specialist course Doctoral schools of Ghent University
https://jorisvandenbossche.github.io/DS-python-data-analysis/
BSD 3-Clause "New" or "Revised" License
104 stars 60 forks source link

Notes from May/June 2021 workshop #144

Closed jorisvandenbossche closed 2 years ago

jorisvandenbossche commented 3 years ago

Matplotlib:

Seaborn:

Visualization landscape:

Reshape:

Air quality:

General idea: create case study without reshaping (eg for seaborn you don't need reshape if your data is already tidy), and leave reshape/tidy for third day, while on second day we can already practice groupby and seaborn


First day:

Second day:

stijnvanhoey commented 2 years ago

With respect to

Example about putting long code into a function for reuse -> add a docstring!

I dropped the example function as we do not really use it during course and it is not really the best example either.

stijnvanhoey commented 2 years ago

cfr.

estimator was not yet used before, should we then use it here?

I think this is fine, as the main focus here is demonstration purposes.

stijnvanhoey commented 2 years ago

closing this one, tackled as part of https://github.com/jorisvandenbossche/course-python-data/pull/17 or in new issue