FPL 2023-24 Player Points Breakdown
Every player's points breakdown by stats
@kaggle.fajerbolt_fpl_2023_24_player_points_breakdown
Every player's points breakdown by stats
@kaggle.fajerbolt_fpl_2023_24_player_points_breakdown
Dataset with the breakdown of points by each stat for every player during 2023-24 Fantasy Premier League season.
Dataset composed based on data from:
https://github.com/vaastav/Fantasy-Premier-League/tree/master/data/2023-24
CREATE TABLE player_points (
"full_name" VARCHAR,
"element_type" VARCHAR,
"total_points" BIGINT,
"minutes_points" BIGINT,
"bonus" BIGINT,
"goals_scored_points" BIGINT,
"assists_points" BIGINT,
"penalty_misses_points" BIGINT,
"own_goals_points" BIGINT,
"goals_conceded_points" BIGINT,
"saves_points" BIGINT,
"penalty_saves_points" BIGINT,
"clean_sheet_points" BIGINT,
"yellow_cards_points" BIGINT,
"red_cards_points" BIGINT
);Anyone who has the link will be able to view this.