In this repository you will find example code alongside the topics of the course. It is structured by the topics discussed within the course.
- intro: Notebooks loading basic python packages we used and contains simple examples
- descriptive analysis: Notebooks created to analyze and visualize data using descriptive methods
conda env create --file environment.yml
source activate neue-fischeconda env update --file environment.yml
source activate neue-fische
jupyter notebookpytest # testsflake8 # codestyle