Premier League Matches 2014-2020
Premier League Match Data 2014-2020
@kaggle.sanjeetsinghnaik_premier_league_matches_20142020
Premier League Match Data 2014-2020
@kaggle.sanjeetsinghnaik_premier_league_matches_20142020
CREATE TABLE matchesall2014_2020 (
"unnamed_0" BIGINT,
"home_team" VARCHAR,
"away_team" VARCHAR,
"score" VARCHAR,
"half_time_score" VARCHAR,
"match_excitement" DOUBLE,
"home_team_rating" DOUBLE,
"away_team_rating" DOUBLE,
"home_team_possession" BIGINT,
"away_team_possession" BIGINT,
"home_team_off_target_shots" DOUBLE,
"home_team_on_target_shots" DOUBLE,
"home_team_total_shots" DOUBLE,
"home_team_blocked_shots" DOUBLE,
"home_team_corners" DOUBLE,
"home_team_throw_ins" DOUBLE,
"home_team_pass_success" DOUBLE,
"home_team_aerials_won" DOUBLE,
"home_team_clearances" DOUBLE,
"home_team_fouls" DOUBLE,
"home_team_yellow_cards" DOUBLE,
"home_team_second_yellow_cards" DOUBLE,
"home_team_red_cards" DOUBLE,
"away_team_off_target_shots" DOUBLE,
"away_team_on_target_shots" DOUBLE,
"away_team_total_shots" DOUBLE,
"away_team_blocked_shots" DOUBLE,
"away_team_corners" DOUBLE,
"away_team_throw_ins" DOUBLE,
"away_team_pass_success" DOUBLE,
"away_team_aerials_won" DOUBLE,
"away_team_clearances" DOUBLE,
"away_team_fouls" DOUBLE,
"away_team_yellow_cards" DOUBLE,
"away_team_second_yellow_cards" DOUBLE,
"away_team_red_cards" DOUBLE,
"home_team_goals_scored" BIGINT,
"away_team_goals_scored" BIGINT,
"home_team_goals_conceeded" BIGINT,
"away_team_goals_conceeded" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.