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 player_details (
"id" BIGINT,
"chance_of_playing_next_round" DOUBLE,
"chance_of_playing_this_round" DOUBLE,
"code" BIGINT,
"cost_change_event" BIGINT,
"cost_change_event_fall" BIGINT,
"cost_change_start" BIGINT,
"cost_change_start_fall" BIGINT,
"dreamteam_count" BIGINT,
"element_type" BIGINT,
"ep_next" DOUBLE,
"ep_this" DOUBLE,
"event_points" BIGINT,
"first_name" VARCHAR,
"form" DOUBLE,
"in_dreamteam" BOOLEAN,
"news" VARCHAR,
"news_added" VARCHAR,
"now_cost" BIGINT,
"photo" VARCHAR,
"points_per_game" DOUBLE,
"second_name" VARCHAR,
"selected_by_percent" DOUBLE,
"special" BOOLEAN,
"squad_number" VARCHAR,
"status" VARCHAR,
"team" BIGINT,
"team_code" BIGINT,
"total_points" BIGINT,
"transfers_in" BIGINT,
"transfers_in_event" BIGINT,
"transfers_out" BIGINT,
"transfers_out_event" BIGINT,
"value_form" DOUBLE,
"value_season" DOUBLE,
"web_name" VARCHAR,
"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" DOUBLE,
"ict_index" DOUBLE
);
Anyone who has the link will be able to view this.