This is my home assignment for the Data Science 1 course. In this simple project I will work from a dataset containing all Roman emperors from 26 BC to 395 AD. I will calculate the mean time of their reign using basic functions. The dataset is is available from Kaggle.
├── data
| └── raw
└── output
The code is in the main folder.
The code is in the Jupyter notebook named "ds1_mini-project_Bence_Szabo.ipynb" and is fully reproductible by opening the Jupyter notebook and pressing "Run all". Every step is properly commented.
The requirements are in the "mini-project_env.yml" file.