This is a historical dataset on the modern Olympic Games, including all the Games from Athens 1896 to Rio 2016.
Note that the Winter and Summer Games were held in the same year up until 1992. After that, they staggered them such that Winter Games occur on a four year cycle starting with 1994, then Summer in 1996, then Winter in 1998, and so on. A common mistake people make when analyzing this data is to assume that the Summer and Winter Games have always been staggered.
- Installing the required softwares:-
pip install -r requirements.txt
- Cloning the repository:-
git clone https://github.com/archihalder/Summer-Olympics-Analysis.git
- Change the directory:-
cd Summer-Olympics-Analysis
- Run the web app:-
For better experience, use wide view option on streamlit.
streamlit run app.py
- To close the app from the terminal, press Ctrl+C.