Baselight

Fantasy Premier League (FPL) Player Data 20/21

Visualising stats and more...

@kaggle.plavak10_fpl_player_data_2021

Loading...
Loading...

About this Dataset

Fantasy Premier League (FPL) Player Data 20/21

About
Fantasy Premier League(FPL) is the official global fantasy football game of English Premier League, played nearly by 8 million managers all across the globe. Every fantasy game is luck-based mostly with patches of skills and planning. It depends how much we can push back the luck factor by statistics, eye-tests etc.

Content
Feature Description

Team - the club that the player belongs to
Points - points scored by the player till date
Cost - value of the player
Position - position played by the player
GoalsScored - number of goals scored by the player Assists - number of assists made by the player Saves - number of saves made by the player YellowCard - number of yellow cards received by the player
RedCard - number of red cards received by the player MinPlayed - number of minutes played by the player
TSB - percentage of teams possessing the player
CS - number of clean sheets kept by the player
ShotsOnTarget - number of shots on target by the player
Goals_Conceded - number of goals conceded by the player
BPS - total sum of bonus points scored by the players

Tables

Fpl 20–21

@kaggle.plavak10_fpl_player_data_2021.fpl_20_21
  • 42.26 KB
  • 713 rows
  • 19 columns
Loading...

CREATE TABLE fpl_20_21 (
  "first_name" VARCHAR,
  "second_name" VARCHAR,
  "club" VARCHAR,
  "goals_scored" BIGINT,
  "assists" BIGINT,
  "total_points" BIGINT,
  "minutes" BIGINT,
  "saves" BIGINT,
  "goals_conceded" BIGINT,
  "creativity" DOUBLE,
  "influence" DOUBLE,
  "threat" BIGINT,
  "bonus" BIGINT,
  "bps" BIGINT,
  "ict_index" DOUBLE,
  "clean_sheets" BIGINT,
  "red_cards" BIGINT,
  "yellow_cards" BIGINT,
  "position" VARCHAR
);

Share link

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