Skip to content

vlieven/G0Z39a

Repository files navigation

G0Z39a - Modern Data Analytics

This repository represents the project for the 2022 Modern Data Analytics course at KU Leuven. The subject of this project is 'Covid 19 in the USA'.

Development setup

Requirements are managed via pip-tools, which generates the requirements.txt file from requirements.in.

Using a virtual environment to isolate this project from others on your system is recommended.

To install the packages listed in the requirements.txt, you can run python -m pip install -r requirements.txt.

To install the custom package ('mda_nepal') into your local environment, you can run python -m pip install -e ..

Python version

This project was developed using Python 3.9.10, although different minor versions are likely to work.

Code style

This project uses black and isort as tools to help with consistent formatting.

About

Repository for Modern Data Analytics project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages