Baselight

England Football Matches

Last 21,801 football matches from the main England Football Leagues

@kaggle.cuecacuela_england_football_matches

Loading...
Loading...

About this Dataset

England Football Matches

England Football Matches 💯🔥

Dataset with the last 21,801 football matches from the main England leagues:

  • Premier League
  • England Championship
  • England National League
  • England League 1
  • England League 2

Data dictionary:

  • tournament: (object) The name of the tournament in which the match was played
  • home: (object) Home team
  • home_goal: (float64) Number of goals scored by the home team
  • away_goal: (float64) Number of goals scored by the away team
  • away: (object) Away team
  • home_corner: (float64) Number of corner kicks taken by the home team
  • away_corner: (float64) Number of corner kicks taken by the away team
  • home_attack: (float64) The number of attacks of the home team in the match
  • away_attack: (float64) The number of attacks of the away team in the match
  • home shots: (float64) The number of shots taken by the home team in the match
  • away_shots: (float64) The number of shots taken by the away team in the match
  • time: (object) The time at which the match started
  • date: (object) The date on which the match was played
  • ht_diff: (float64) The goal difference between the home and away teams at full-time
  • at_diff: (float64) The goal difference between the home and away teams at full-time
  • ht_result: (object) The result of the match for the home team
  • at_result: (object) The result of the match for the home team
  • total corners: (float64) Total number of corners

Hope you enjoy ✌️

Tables

Br Football Dataset

@kaggle.cuecacuela_england_football_matches.br_football_dataset
  • 284.54 kB
  • 23,408 rows
  • 18 columns
Loading...
CREATE TABLE br_football_dataset (
  "tournament" VARCHAR,
  "home" VARCHAR,
  "home_goal" DOUBLE,
  "away_goal" DOUBLE,
  "away" VARCHAR,
  "home_corner" DOUBLE,
  "away_corner" DOUBLE,
  "home_attack" DOUBLE,
  "away_attack" DOUBLE,
  "home_shots" DOUBLE,
  "away_shots" DOUBLE,
  "time" VARCHAR,
  "date" TIMESTAMP,
  "ht_diff" DOUBLE,
  "at_diff" DOUBLE,
  "ht_result" VARCHAR,
  "at_result" VARCHAR,
  "total_corners" DOUBLE
);

England Football Dataset

@kaggle.cuecacuela_england_football_matches.england_football_dataset
  • 267.06 kB
  • 21,894 rows
  • 18 columns
Loading...
CREATE TABLE england_football_dataset (
  "tournament" VARCHAR,
  "home" VARCHAR,
  "home_goal" DOUBLE,
  "away_goal" DOUBLE,
  "away" VARCHAR,
  "home_corner" DOUBLE,
  "away_corner" DOUBLE,
  "home_attack" DOUBLE,
  "away_attack" DOUBLE,
  "home_shots" DOUBLE,
  "away_shots" DOUBLE,
  "time" VARCHAR,
  "date" TIMESTAMP,
  "ht_diff" DOUBLE,
  "at_diff" DOUBLE,
  "ht_result" VARCHAR,
  "at_result" VARCHAR,
  "total_corners" DOUBLE
);

Share link

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