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 rosters_epl_1920 (
"unnamed_0" BIGINT,
"assists" BIGINT,
"goals" BIGINT,
"h_a" VARCHAR,
"id" BIGINT,
"key_passes" BIGINT,
"match_id" BIGINT,
"own_goals" BIGINT,
"player" VARCHAR,
"player_id" BIGINT,
"position" VARCHAR,
"positionorder" BIGINT,
"red_card" BIGINT,
"roster_in" BIGINT,
"roster_out" BIGINT,
"shots" BIGINT,
"team_id" BIGINT,
"time" BIGINT,
"xa" DOUBLE,
"xg" DOUBLE,
"xgbuildup" DOUBLE,
"xgchain" DOUBLE,
"yellow_card" BIGINT
);
Anyone who has the link will be able to view this.