Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greek SuperLeague Statistics 2021-2023

This project fetches football data from the Super League Greece (2021 - 2023) API, processes it into a clean CSV format, and visualizes key statistics in an interactive Power BI dashboard.


Table of Contents


Project Workflow

  1. Data Fetching

    • Uses API key to request Super League Greece data from 2021 - 2023 seasons.
    • Converts JSON response to CSV.
  2. Data Cleaning

    • CSV is processed in Excel for:
      • Removing null/duplicate rows.
      • Adding calculated columns (Total Goals, Home/Away points, etc.).
      • Formatting for Power BI.
  3. Visualization

    • Cleaned Excel data is imported into Power BI.
    • Interactive dashboard is created to display:
      • Team performance (Wins, Draws, Losses).
      • Least & most goals in a match.
      • Home/Away goals and other metrics.

Screenshots

Page-1 Page-2


API Documentation

For more detailed API usage and examples, please see the API_DOCS.md file.


Main Python Libraries Used

Requests – API requests.
CSV – Save and manage data in CSV file.
Time – Time delay between API calls.


Future Improvements

  • Season and team-based analysis.
  • Deeper team statistics presented.
  • Basic prediction models.
  • Dynamic Power BI dashboards.

Installation & Usage

Clone the Repository

git clone https://github.com/timosvar/Greek-Superleague-Statistics.git
cd Greek_Superleague_Stats

About

A Python-based project that collects Greek Superleague statistics via API, exports them to CSV, cleans and prepares the data in Excel, and visualizes results with interactive Power BI dashboards. The project covers seasons 2021–2023 and demonstrates a full workflow from data acquisition to presentation.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages