England Football Matches
Last 21,801 football matches from the main England Football Leagues
@kaggle.cuecacuela_england_football_matches
Last 21,801 football matches from the main England Football Leagues
@kaggle.cuecacuela_england_football_matches
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
);
Anyone who has the link will be able to view this.