Baselight

Premier League Matches 2014-2020

Premier League Match Data 2014-2020

@kaggle.sanjeetsinghnaik_premier_league_matches_20142020

Matchesall2014–2020
@kaggle.sanjeetsinghnaik_premier_league_matches_20142020.matchesall2014_2020

  • 112.3 KB
  • 2660 rows
  • 41 columns
unnamed_0

Unnamed: 0

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

home_team_goals_scored

Home Team Goals Scored

away_team_goals_scored

Away Team Goals Scored

home_team_goals_conceeded

Home Team Goals Conceeded

away_team_goals_conceeded

Away Team Goals Conceeded

year

Year

MAN UTDSWANSEA1-20-15.95.67.66040551444298620121424512380103520412212014
1WEST BROMSUNDERLAND2-21-17.36.57.45842551062480161518322733197515429122222014
2LEICESTER CITYEVERTON2-21-276.56.33763531133127727371615313561784142810122222014
3WEST HAMTOTTENHAM0-10-04.85.96.44753104184815831535122124104516801227101112014
4QPRHULL CITY0-10-03.85.76.651497619682277304010134114926761556102112014
5STOKEASTON VILLA0-10-02.86.576337421262368430431441728356892693112014
6ARSENALCRYSTAL PALACE2-11-15.87.75.6762456143921882330132242318571740193121122014
7LIVERPOOLSOUTHAMPTON2-11-067.16.7564455122222862350814612262777141411221122014
8NEWCASTLEMAN CITY0-20-14.65.58.1445691233228314218155133314861632115222014
9BURNLEYCHELSEA1-31-35.35.37.43961629143570272161431143298220297113312014

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
);

Share link

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