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 shots (
"gameid" BIGINT,
"shooterid" BIGINT,
"assisterid" DOUBLE,
"minute" BIGINT,
"situation" VARCHAR,
"lastaction" VARCHAR,
"shottype" VARCHAR,
"shotresult" VARCHAR,
"xgoal" DOUBLE,
"positionx" DOUBLE,
"positiony" DOUBLE
);
Anyone who has the link will be able to view this.