Fantasy Premier League - 2017/18
Data for the 2017/18 season of the Fantasy Premier League
@kaggle.thomasd9_fantasy_premier_league_201718
Data for the 2017/18 season of the Fantasy Premier League
@kaggle.thomasd9_fantasy_premier_league_201718
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
);
Anyone who has the link will be able to view this.