Baselight

FPL 2023-24 Player Points Breakdown

Every player's points breakdown by stats

@kaggle.fajerbolt_fpl_2023_24_player_points_breakdown

Loading...
Loading...

About this Dataset

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

Tables

Player Points

@kaggle.fajerbolt_fpl_2023_24_player_points_breakdown.player_points
  • 32.62 kB
  • 865 rows
  • 15 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.