Baselight

Premier League Matches 2014-2020

Premier League Match Data 2014-2020

@kaggle.sanjeetsinghnaik_premier_league_matches_20142020

Prem2015
@kaggle.sanjeetsinghnaik_premier_league_matches_20142020.prem2015

  • 38.29 KB
  • 380 rows
  • 35 columns
home_team

Home Team

away_team

Away Team

score

Score

half_time_score

Half Time Score

match_excitement

Match Excitement

home_team_rating

Home Team Rating

away_team_rating

Away Team Rating

home_team_possession

Home Team Possession %

away_team_possession

Away Team Possession %

home_team_off_target_shots

Home Team Off Target Shots

home_team_on_target_shots

Home Team On Target Shots

home_team_total_shots

Home Team Total Shots

home_team_blocked_shots

Home Team Blocked Shots

home_team_corners

Home Team Corners

home_team_throw_ins

Home Team Throw Ins

home_team_pass_success

Home Team Pass Success %

home_team_aerials_won

Home Team Aerials Won

home_team_clearances

Home Team Clearances

home_team_fouls

Home Team Fouls

home_team_yellow_cards

Home Team Yellow Cards

home_team_second_yellow_cards

Home Team Second Yellow Cards

home_team_red_cards

Home Team Red Cards

away_team_off_target_shots

Away Team Off Target Shots

away_team_on_target_shots

Away Team On Target Shots

away_team_total_shots

Away Team Total Shots

away_team_blocked_shots

Away Team Blocked Shots

away_team_corners

Away Team Corners

away_team_throw_ins

Away Team Throw Ins

away_team_pass_success

Away Team Pass Success %

away_team_aerials_won

Away Team Aerials Won

away_team_clearances

Away Team Clearances

away_team_fouls

Away Team Fouls

away_team_yellow_cards

Away Team Yellow Cards

away_team_second_yellow_cards

Away Team Second Yellow Cards

away_team_red_cards

Away Team Red Cards

MAN UTDTOTTENHAM1-01-03.16.86.450504194125828301222493224801120123
EVERTONWATFORD2-20-17.46.16.96733351028308120257135113214702953132
NORWICHCRYSTAL PALACE1-30-16.65.27.4633796172123831026141271124197483420
LEICESTER CITYSUNDERLAND4-23-07.86.64.944568820462173162113245112325792514174
BOURNEMOUTHASTON VILLA0-10-03.25.87.15842721126308517161332372319791739134
CHELSEASWANSEA2-22-18.55.27.25248531134248014141511210175822812129163
NEWCASTLESOUTHAMPTON2-21-16.86.46.4564434926348214249274143619792132124
ARSENALWEST HAM0-20-14.767.1623876229518873218121248242171192593
STOKELIVERPOOL0-10-03.166.847534172325731616921384522792133164
WEST BROMMAN CITY0-30-25.45.38.2316962916168162112427201161291122191

CREATE TABLE prem2015 (
  "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
);

Share link

Anyone who has the link will be able to view this.