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 shots_epl_1920 (
"unnamed_0" BIGINT,
"x" DOUBLE,
"y" DOUBLE,
"a_goals" BIGINT,
"a_team" VARCHAR,
"date" TIMESTAMP,
"h_a" VARCHAR,
"h_goals" BIGINT,
"h_team" VARCHAR,
"id" BIGINT,
"lastaction" VARCHAR,
"match_id" BIGINT,
"minute" BIGINT,
"player" VARCHAR,
"player_assisted" VARCHAR,
"player_id" BIGINT,
"result" VARCHAR,
"season" BIGINT,
"shottype" VARCHAR,
"situation" VARCHAR,
"xg" DOUBLE
);
Anyone who has the link will be able to view this.