Hello, I am Shubham JS Chaudhary.
This is a project based on the application of data analysis concepts on the dataset of Summer Olympics using numpy and pandas libraries. Also, I have performed data visualizations through graphs by using matplotlib library.
The files present in the project are shown below with their description:
- summer.csv : CSV file containing data on Summer Olympics on which analysis has been done.
- Summer_Olympics_Data_Analysis.ipynb : Jupyter Notebook with the code snippets for data analysis on summer.csv file.
The various questions that have been answered in Jupyter Notebook through data analysis are:
- In how many cities, Summer Olympics has been held so far?
- Which sport is having most number of Gold Medals so far? (Top 5)
- Which sport is having most number of medals so far? (Top 5)
- Which player has won most number of medals? (Top 5)
- Which player has won most number of Gold medals? (Top 5)
- In which year India won first Gold Medal in Summer Olympics?
- Which event is most popular in terms of number of players? (Top 5)
- Which sport is having most female Gold Medalists? (Top 5)