English Premier League(2020-2022) Dataset
Team stats for all Premier League games 2020-2022
@kaggle.shubhamgadekar_english_premier_league20202022_dataset
Team stats for all Premier League games 2020-2022
@kaggle.shubhamgadekar_english_premier_league20202022_dataset
This dataset is a collection of basic but crucial stats of the English Premier League 2020-22 season. The dataset has all the Team Stats that played in the EPL and their standard stats such as Team, Refree, xG, xA, Opponent, Captain and more!
You can do many things with this dataset
The possibilities are endless, create a notebook and explore them!
CREATE TABLE matches (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"time" VARCHAR,
"comp" VARCHAR,
"round" VARCHAR,
"day" VARCHAR,
"venue" VARCHAR,
"result" VARCHAR,
"gf" DOUBLE,
"ga" DOUBLE,
"opponent" VARCHAR,
"xg" DOUBLE,
"xga" DOUBLE,
"poss" DOUBLE,
"attendance" DOUBLE,
"captain" VARCHAR,
"formation" VARCHAR,
"referee" VARCHAR,
"match_report" VARCHAR,
"notes" VARCHAR,
"sh" DOUBLE,
"sot" DOUBLE,
"dist" DOUBLE,
"fk" DOUBLE,
"pk" DOUBLE,
"pkatt" DOUBLE,
"season" BIGINT,
"team" VARCHAR
);Anyone who has the link will be able to view this.