Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.66 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.66 KB

Paris Olympics 2024 Medal Count Visualization

This project visualizes the medal counts for countries participating in the Paris Olympics 2024 using Streamlit, Seaborn, Matplotlib, and Plotly.

Overview

-Features

-Technologies

-Data

-Project structure

-Running the application

-Visualization

Features

  • Total Medals by Country: Bar plot showcasing the total medals won by each country.
  • Medal Distribution by Country: Stacked bar plot of gold, silver, and bronze medals.
  • Interactive Medal Visualization: Dynamic Plotly chart for exploring medal distribution.

Technologies

  • Python
  • Pandas
  • Seaborn
  • Matplotlib
  • Plotly Express
  • Streamlit

Data

The data is stored in a CSV file (Olympics_data.csv) with columns for medal date, type, athlete's name, gender, country, nationality, discipline, event, and event type.

Project Structure

app.py: Main script for the application.
Olympics_data.csv: Dataset with the Olympics medal information.
requirements.txt: Dependencies list.

Running the Application

cd paris-olympics-2024-medal-visualization pip install -r requirements.txt streamlit run app.py

Visualization

Screenshot (15)

Screenshot (16)

Screenshot (17)

Future Enhancements

Add country and date filters.
Include athlete details.