Skip to content

darrylcjy/world-cup-goals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Cup Goals Analysis Dashboard

This application is a portfolio project built using Plotly's Dash , faculty.ai's Dash Bootstrap Components, and Pandas. Using historical FIFA World Cup data, this Dash app provides visualizations for goal statistics dating from 1986 to 2022.

The Analysis

This dashboard aims to explore the following:

  • Fulltime Total Goals
  • Halftime Total Goals
  • Which half has more goals?
  • Do both teams score?

Users can filter these goal stats by year and by stage (eg. Group stage, Semi-finals, etc).

Built With

  • Dash - Main server and interactive components
  • Plotly - Used to create the interactive plots
  • Pandas - Data manipulation and analysis

Data

The data used in this application was retrieved from Kaggle and FIFA. See data/sources.txt for full list.