Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehrab-kalantari/olympics-data-analysis
A streamlit application to analyze the Olympics dataset from several views
https://github.com/mehrab-kalantari/olympics-data-analysis
data-analysis streamlit-dashboard streamlit-webapp
Last synced: 1 day ago
JSON representation
A streamlit application to analyze the Olympics dataset from several views
- Host: GitHub
- URL: https://github.com/mehrab-kalantari/olympics-data-analysis
- Owner: Mehrab-Kalantari
- Created: 2023-08-04T15:04:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T15:29:53.000Z (over 1 year ago)
- Last Synced: 2024-10-24T15:53:00.597Z (24 days ago)
- Topics: data-analysis, streamlit-dashboard, streamlit-webapp
- Language: Python
- Homepage:
- Size: 5.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Olympics Data Analysis
A web application to analyze the Olympics dataset from several views[Dataset on kaggle](https://www.kaggle.com/datasets/heesoo37/120-years-of-olympic-history-athletes-and-results)
## First Analysis: Medal Tally
In this part, we analyze the performance of countries in each year. You can also select country and year.![medal tally pic](data/pics/medal%20tally.jpg)
## Second Analysis: Overall Analysis
In this part, we have an overall view### Top statistics
* Editions
* Hosts
* Events
* Athletes
* Nations
* Sports### Analysis over time
* Participating Nations over the years
* Events over the years
* Athletes over the years
* No. of Events over time![events](data/pics/events.jpg)
### Most successful athletes
Most successful athletes in each sport## Third Analysis: Country-wise Analysis
In this part, we analyze thr performance of each country* Medal Tally over the years
* Participation in sports over the year
* Top 10 athletes![iran's medals](data/pics/medals.jpg)
## Fourth Analysis: Athlete-wise Analysis
In this part, we analyze all athletes
* Distribution of Age
* Distribution of Age wrt Sports
* Height Vs Weight
* Men Vs Women Participation Over the Years![men vs women](data/pics/m%20vs%20w.jpg)