Football Database
Football and Betting Statistics of the European Top5 Leagues
@kaggle.technika148_football_database
Football and Betting Statistics of the European Top5 Leagues
@kaggle.technika148_football_database
CREATE TABLE appearances (
"gameid" BIGINT,
"playerid" BIGINT,
"goals" BIGINT,
"owngoals" BIGINT,
"shots" BIGINT,
"xgoals" DOUBLE,
"xgoalschain" DOUBLE,
"xgoalsbuildup" DOUBLE,
"assists" BIGINT,
"keypasses" BIGINT,
"xassists" DOUBLE,
"position" VARCHAR,
"positionorder" BIGINT,
"yellowcard" BIGINT,
"redcard" BIGINT,
"time" BIGINT,
"substitutein" BIGINT,
"substituteout" BIGINT,
"leagueid" BIGINT
);
Anyone who has the link will be able to view this.