Fantasy Premier League 2019 -20
Predict total points of a player
@kaggle.aj3907_fantasy_premier_league_2019_20
Predict total points of a player
@kaggle.aj3907_fantasy_premier_league_2019_20
CREATE TABLE gw_history (
"player_id" BIGINT,
"element_type" BIGINT,
"home_team" BIGINT,
"opponent_team" BIGINT,
"fdr_p" BIGINT,
"fdr_o" BIGINT,
"total_points" BIGINT,
"was_home" BOOLEAN,
"round" BIGINT,
"minutes" BIGINT,
"goals_scored" BIGINT,
"assists" BIGINT,
"clean_sheets" BIGINT,
"goals_conceded" BIGINT,
"own_goals" BIGINT,
"penalties_saved" BIGINT,
"penalties_missed" BIGINT,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"saves" BIGINT,
"bonus" BIGINT,
"bps" BIGINT,
"influence" DOUBLE,
"creativity" DOUBLE,
"threat" BIGINT,
"ict_index" DOUBLE,
"value" BIGINT,
"transfers_balance" BIGINT,
"selected" BIGINT
);
Anyone who has the link will be able to view this.