EPL Players Deep Stats 2019/2020
Premier League Players Statistics season 19/20
@kaggle.cashncarry_epl_players_deep_stats_20192020
Premier League Players Statistics season 19/20
@kaggle.cashncarry_epl_players_deep_stats_20192020
CREATE TABLE epl_players_stats (
"id" BIGINT,
"name" VARCHAR,
"nationality" VARCHAR,
"team" VARCHAR,
"team_id" BIGINT,
"age" BIGINT,
"height" BIGINT,
"weight" BIGINT,
"position" VARCHAR,
"roles" VARCHAR,
"games" BIGINT,
"exit_on_sub" BIGINT,
"minutes" BIGINT,
"rating_m" DOUBLE,
"goals" BIGINT,
"assists" BIGINT,
"yel_cards" BIGINT,
"red_cards" BIGINT,
"shots_m" DOUBLE,
"aerials_won_m" DOUBLE,
"motm" BIGINT,
"successful_passes_pt" DOUBLE,
"key_passes_m" DOUBLE,
"dribbles_won_m" DOUBLE,
"fouls_given_m" DOUBLE,
"offside_m" DOUBLE,
"dispossessed_m" DOUBLE,
"passes_m" DOUBLE,
"accurate_crosses_m" DOUBLE,
"accurate_long_passes_m" DOUBLE,
"accurate_through_passes_m" DOUBLE,
"tackles_m" DOUBLE,
"interceptions_m" DOUBLE,
"fouls_m" DOUBLE,
"clearances_m" DOUBLE,
"dribbled_past_m" DOUBLE,
"owm_goals" BIGINT,
"gk_in_goal_area_saves_m" DOUBLE,
"gk_inside_box_saves_m" DOUBLE,
"gk_outside_box_saves_m" DOUBLE,
"gk_saves_m" DOUBLE
);
Anyone who has the link will be able to view this.