English Premier League Results From 2010 To 2020
Includes Half time score, full time score, red cards, etc.
@kaggle.thegreatcoder_english_premier_league_results_from_2010_to_2020
Includes Half time score, full time score, red cards, etc.
@kaggle.thegreatcoder_english_premier_league_results_from_2010_to_2020
The EPL Results help us to analyze the future predictions of each team...
This is really interesting as it contains half time score, full-time score, referee, home team goals, away team fouls, etc.
I want to find the future predictions of each team in the EPL...
CREATE TABLE epl_results_from_2010_to_2020 (
"date" VARCHAR,
"hometeam" VARCHAR,
"awayteam" VARCHAR,
"fthg" BIGINT,
"ftag" BIGINT,
"ftr" VARCHAR,
"referee" VARCHAR,
"hs" BIGINT,
"as" BIGINT,
"hst" BIGINT,
"ast" BIGINT,
"hf" BIGINT,
"af" BIGINT
);Anyone who has the link will be able to view this.