Baselight

Fantasy Premier League - 2017/18

Data for the 2017/18 season of the Fantasy Premier League

@kaggle.thomasd9_fantasy_premier_league_201718

Historical Performance
@kaggle.thomasd9_fantasy_premier_league_201718.historical_performance

  • 77.44 KB
  • 1815 rows
  • 26 columns
player_id

Player Id

assists

Assists

bonus

Bonus

bps

Bps

clean_sheets

Clean Sheets

creativity

Creativity

ea_index

Ea Index

element_code

Element Code

end_cost

End Cost

goals_conceded

Goals Conceded

goals_scored

Goals Scored

ict_index

Ict Index

id

Id

influence

Influence

minutes

Minutes

own_goals

Own Goals

penalties_missed

Penalties Missed

penalties_saved

Penalties Saved

red_cards

Red Cards

saves

Saves

season

Season

season_name

Season Name

start_cost

Start Cost

threat

Threat

total_points

Total Points

yellow_cards

Yellow Cards

13018241488445011542416204792014/155076
129825648844475609636017102015/165020
118488444742.9681828.81434112016/17502
211133464911517145812006/0765981
2211334651780723136022007/0865120
271133460241426315018732008/0960171
21113346226215630201116642009/1065144
212151133467332829342019852010/1165158
2710399113346839331930609462011/1270127
22145021133464363991319512672012/13651442

CREATE TABLE historical_performance (
  "player_id" BIGINT,
  "assists" BIGINT,
  "bonus" BIGINT,
  "bps" BIGINT,
  "clean_sheets" BIGINT,
  "creativity" DOUBLE,
  "ea_index" BIGINT,
  "element_code" BIGINT,
  "end_cost" BIGINT,
  "goals_conceded" BIGINT,
  "goals_scored" BIGINT,
  "ict_index" DOUBLE,
  "id" BIGINT,
  "influence" DOUBLE,
  "minutes" BIGINT,
  "own_goals" BIGINT,
  "penalties_missed" BIGINT,
  "penalties_saved" BIGINT,
  "red_cards" BIGINT,
  "saves" BIGINT,
  "season" BIGINT,
  "season_name" VARCHAR,
  "start_cost" BIGINT,
  "threat" DOUBLE,
  "total_points" BIGINT,
  "yellow_cards" BIGINT
);

Share link

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