Baselight

Fantasy Premier League (FPL) Player Data 20/21

Visualising stats and more...

@kaggle.plavak10_fpl_player_data_2021

Fpl 20–21
@kaggle.plavak10_fpl_player_data_2021.fpl_20_21

  • 42.26 KB
  • 713 rows
  • 19 columns
first_name

First Name

second_name

Second Name

club

Club

goals_scored

Goals Scored

assists

Assists

total_points

Total Points

minutes

Minutes

saves

Saves

goals_conceded

Goals Conceded

creativity

Creativity

influence

Influence

threat

Threat

bonus

Bonus

bps

BPS

ict_index

ICT Index

clean_sheets

Clean Sheets

red_cards

Red Cards

yellow_cards

Yellow Cards

position

Position

BrunoFernandesMUN18142443101361414.91292.6125336870396.2136MID
HarryKaneTOT2314242308339659.11318.2158540880355.9121FWD
MohamedSalahLIV226231307741825.71056198021657385.811MID
Heung-MinSonTOT17112283119361049.91052.2104626777315.213MID
PatrickBamfordLEE1711194305250371867.2151226631274.6103FWD
JamieVardyLEI1514187283844356.6819.2130623649248.381FWD
EmilianoMartinezAVL186342014246201067.227825108.5151GK
SadioManeLIV1111176280828809.7808.8153514513315.5123MID
MarcusRashfordMUN1111174291739682.1793.211279535260.3124MID
StuartDallasLEE83171341053454.6756.852715726174.2127DEF

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.