EPL 2019–2020 Match Data
The dataset gives play by play data for the EPL 2019-20 season
@kaggle.scientistdat_epl_2019_2020_match_data
The dataset gives play by play data for the EPL 2019-20 season
@kaggle.scientistdat_epl_2019_2020_match_data
CREATE TABLE match_infos_epl_1920 (
"unnamed_0" BIGINT,
"a" BIGINT,
"a_deep" BIGINT,
"a_goals" BIGINT,
"a_ppda" DOUBLE,
"a_shot" BIGINT,
"a_shotontarget" BIGINT,
"a_xg" DOUBLE,
"date" TIMESTAMP,
"fid" BIGINT,
"h" BIGINT,
"h_d" DOUBLE,
"h_deep" BIGINT,
"h_goals" BIGINT,
"h_l" DOUBLE,
"h_ppda" DOUBLE,
"h_shot" BIGINT,
"h_shotontarget" BIGINT,
"h_w" DOUBLE,
"h_xg" DOUBLE,
"id" BIGINT,
"league" VARCHAR,
"league_id" BIGINT,
"season" BIGINT,
"team_a" VARCHAR,
"team_h" VARCHAR
);
Anyone who has the link will be able to view this.