This repository contains the source code for the analysis of the skiing data set. In this readme we provide information on how to setup the project, on how the code is structured and how we distributed and organized the different task in the group project.
The project has
The microeconomics package folder contains two modules:
- descriptives: contains the script to generate the descriptive statistics
- analysis: contains the models and the analysis
In the analysis.py script, we assemble all the functions to perform the final analysis on the data.
In the tests folder, there are unit tests for the package functions and classes. To run the tests, try the following command in your shell:
poetry run pytest