Skip to content

Anurag607/Olympics_data_analysis

Repository files navigation

Olympics Data Analysis

Introduction

This project aims to provide useful insights into Olympic data through data analysis and visualization. The project utilizes popular data analysis tools like Pandas and Streamlit to create a web app that facilitates interactive exploration of the Olympic dataset.

image

Sections

The analysis in this project is divided into the following four sections:

  1. Country-wise Analysis: Explore Olympic statistics for each country, including the distribution of medals over the years.

  2. Male-Female Participation: Investigate the gender-based participation in the Olympics for all countries.

  3. Sex-based Analysis: Analyze and compare the performance of male and female athletes in various events and sports, identifying patterns and trends in their achievements.

  4. Country and Athlete Performance Analysis: Perform an in-depth analysis of individual athletes and their respective countries, identifying standout performers and their impact on their nation's overall performance.

Dataset

The Olympic dataset used in this project is sourced from Kaggle 120 Year Olympics Dataset.

Setup

  • Create a virtual environment using python -m venv venv
  • Activate the virtual environment using venv\Scripts\activate or source venv/bin/activate
  • Install the dependencies using pip install -r requirements.txt
  • Run streamlit app using streamlit run streamlit_main.py

About

An in-depth data analysis of 120 years version of kaggle Olympics dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6