An open API service indexing awesome lists of open source software.

https://github.com/kosuri-indu/allaboutolympics

All About Olympics is an interactive dashboard presenting comprehensive data and insights on Olympic Games from 1896 to 2020.
https://github.com/kosuri-indu/allaboutolympics

data-analysis pandas plotly python streamlit

Last synced: 2 months ago
JSON representation

All About Olympics is an interactive dashboard presenting comprehensive data and insights on Olympic Games from 1896 to 2020.

Awesome Lists containing this project

README

          

## Olympics Data Analysis Dashboard 🏆📅

This project showcases an interactive data analysis dashboard where we have analyzed and visualized Olympic Games data. Explore the interactive charts and tables to gain insights into Olympic Games data.

### Features
- **Medal Tally Analysis**: View medal tally based on selected year and country.
- **Overall Analysis**: Explore overall statistics like editions, host cities, participating nations, and more.
- **Country-wise Analysis**: Analyze medal tallies and sports performance of specific countries over the years.
- **Athlete-wise Analysis**: Investigate top athletes, age distributions, and participation trends.

### Tech Stack
| Language | Libraries Used |
|-----------|---------------|
| Python | Numpy, Pandas, Matplotlib, Seaborn, Plotly (express, figure_factory), Pillow, Streamlit|

### Resources
- CampusX : https://www.youtube.com/watch?v=5nQXhusiu7s&t=92s
- Documentation of the Libraries
- And also added my own data analysis components as well

### Folder Structure

```
olympics-analysis/

├── app.py
├── data/
│ ├── Athletes_summer_games.csv
│ ├── Athletes_winter_games.csv
│ └── regions.csv
├── images/
│ └── logo.jpeg
├── helper.py
├── preprocessor.py
├── requirements.txt
└── README.md

```