“The present analysis aims to examine data from various teams in the 2024–2025 Greek Super League season, in order to identify patterns related to team performance and to visualize the data both interactively and statistically.”
- Clone the repository:
git clone https://github.com/timosvar/SuperLeague-Case-Study.git
cd Superleague-Case-Study- Install dependencies:
pip install -r requirements.txt- Run the script
python main.py-
Calculates Goal Difference (GD) per team.
-
Visualizes:
-
Goal Difference bar chart
-
Pie chart of Wins, Draws, and Losses
-
Clustered bar chart (Goals scored vs Goals conceded)
-
-
Identifies best and worst teams by Goal Difference.
-
Calculates correlation between Goals Scored and Wins.
-
Provides an Attack & Defence Review per team.
This project was created as part of the Workearly Data & Programming Summer School course.



