Major League Soccer Dataset
Player stats, game stats, game events, and tables for MLS
@kaggle.josephvm_major_league_soccer_dataset
Player stats, game stats, game events, and tables for MLS
@kaggle.josephvm_major_league_soccer_dataset
CREATE TABLE all_players (
"player" VARCHAR,
"club" VARCHAR,
"pos" VARCHAR,
"gp" BIGINT,
"gs" BIGINT,
"mins" BIGINT,
"g" BIGINT,
"a" BIGINT,
"shts" BIGINT,
"sog" BIGINT,
"gwg" BIGINT,
"pkg_a" VARCHAR,
"hmg" BIGINT,
"rdg" BIGINT,
"g_90min" DOUBLE,
"sc" DOUBLE,
"gwa" BIGINT,
"hma" BIGINT,
"rda" BIGINT,
"a_90min" DOUBLE,
"fc" BIGINT,
"fs" BIGINT,
"off" BIGINT,
"yc" BIGINT,
"rc" BIGINT,
"sog_d42f2a" DOUBLE,
"year" BIGINT,
"season" VARCHAR
);
Anyone who has the link will be able to view this.