Fantasy Premier League (FPL) Player Data 2024-2025
Detailed player stats including availability, form, and gameweek points
@kaggle.tonynjuguna_fantasy_premier_league_fpl_player_data_2024_2025
Detailed player stats including availability, form, and gameweek points
@kaggle.tonynjuguna_fantasy_premier_league_fpl_player_data_2024_2025
This dataset contains information about various Premier League players. It includes player attributes, performance metrics, and points earned in specific gameweeks.
The data will be updated after every gameweek
CREATE TABLE fpl_playerstats_2024_25 (
"id" BIGINT,
"player_cost" DOUBLE,
"first_name" VARCHAR,
"second_name" VARCHAR,
"player_form" DOUBLE,
"status" VARCHAR,
"minutes" BIGINT,
"player_position" VARCHAR,
"goals_scored" BIGINT,
"assists" BIGINT,
"clean_sheets" BIGINT,
"expected_goals" DOUBLE,
"expected_assists" DOUBLE,
"goals_conceded" BIGINT,
"expected_goals_conceded" DOUBLE,
"influence" DOUBLE,
"creativity" DOUBLE,
"threat" DOUBLE,
"bonus" BIGINT,
"penalties_saved" BIGINT,
"saves" BIGINT,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"gw1_points" DOUBLE,
"gw2_points" DOUBLE,
"gw3_points" DOUBLE,
"gw4_points" DOUBLE,
"gw5_points" DOUBLE,
"team_name" VARCHAR,
"team_form" VARCHAR,
"team_strength" BIGINT,
"total_points" DOUBLE
);
Anyone who has the link will be able to view this.