Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjaysah101/etg_pythonai_internship_summerolympic
ETG Python AI Internship - Summer Olympic Data Analysis Assignment
https://github.com/sanjaysah101/etg_pythonai_internship_summerolympic
Last synced: 19 days ago
JSON representation
ETG Python AI Internship - Summer Olympic Data Analysis Assignment
- Host: GitHub
- URL: https://github.com/sanjaysah101/etg_pythonai_internship_summerolympic
- Owner: sanjaysah101
- Created: 2021-09-14T08:22:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T08:34:29.000Z (about 3 years ago)
- Last Synced: 2024-01-01T10:23:55.877Z (11 months ago)
- Language: Python
- Size: 470 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETG_PythonAI_Internship_SummerOlympic
ETG Python AI Internship - Summer Olympic Data Analysis Assignment
1.In how many cities Summer Olympics is held so far?
2.Which sport is having most number of Gold Medals so far? (Top 5)
3.Which sport is having most number of medals so far? (Top 5)
4.Which player has won most number of medals? (Top 5)
5.Which player has won most number Gold Medals of medals? (Top 5)
6.In which year India won first Gold Medal in Summer Olympics?
7.Which event is most popular in terms on number of players? (Top 5)
8.Which sport is having most female Gold Medalists? (Top 5)
About Project:
We have to preform detailed exploratory data analysis on Summer Olymics dataset And display the result visually.Libraries Used:
Pandas
MatplotlibCode Editor Used:
visual Studio Code