Baselight

England Football Matches

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

@kaggle.cuecacuela_england_football_matches

Br Football Dataset
@kaggle.cuecacuela_england_football_matches.br_football_dataset

  • 277.87 KB
  • 23408 rows
  • 18 columns
tournament

Tournament

home

Home

home_goal

Home Goal

away_goal

Away Goal

away

Away

home_corner

Home Corner

away_corner

Away Corner

home_attack

Home Attack

away_attack

Away Attack

home_shots

Home Shots

away_shots

Away Shots

time

Time

date

Date

ht_diff

Ht Diff

at_diff

At Diff

ht_result

Ht Result

at_result

At Result

total_corners

Total Corners

Premier LeagueWolverhamptonMan Utd20:15:00Thu Feb 01 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueWest HamBournemouth19:30:00Thu Feb 01 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueLiverpoolChelsea20:15:00Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueTottenhamBrentford19:30:00Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueMan CityBurnley19:30:00Wed Jan 31 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueAston VillaNewcastle20:15:00Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueCrystal PalaceSheff Utd20:00:00Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueFulhamEverton19:45:00Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueLutonBrighton19:45:00Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW
Premier LeagueNottm ForestArsenal19:30:00Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)DRAWDRAW

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

Share link

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