<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" />
Use historical Olympic data available online (1986-2020) to showcase the athlete participation, gender distribution, event count, and medal requirements for the upcoming Summer Olympics in 2028 and 2032.
Athletes_bio: AthleteID, SexEvent_details: Country, Event, Sport, Edition, Medal, IsTeamSportThe analysis was applied over a dataset of the Summer Olympics Editions from 1896 to 2020. The data cleaning was made exclusively in Excel using a combination of its native functions. The visualizations were made in Tableau, and the dashboard can be reviewed for free use and consultation here.
Athletes_bio and Event_details.athlete_name and athleteID in the Event_details table were redundant, leaving only ID for the table's relationship.Edition to include only the Summer Olympic Games.The data preparation starts after the data cleaning process. In this step the data gets imported into Tableau and the aggregation variables are created to make easy the data visualization in further steps and for optimization reasons.
TotalEvents, TotalIndividualEvents, and TotalTeamEvents, EditionYear.