Dataset Information

Data Source

The data used in this project comes from the Fantasy Premier League (FPL) API, which provides comprehensive statistics about players, teams, and matches in the English Premier League.

Database Schema

Players Table

Contains current season statistics for all Premier League players:

Teams Table

Contains information about Premier League teams:

Player History Table

Contains historical statistics for players across previous seasons:

Player Past Table

Contains match-by-match statistics for the current season:

Fixtures Table

Contains information about all matches in the current season:

Data Update Process

You can update the database with the latest Premier League data by clicking the Update Database button, which fetches the latest data from the Fantasy Premier League API and updates the MariaDB database.