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 teamstats (
"gameid" BIGINT,
"teamid" BIGINT,
"season" BIGINT,
"date" TIMESTAMP,
"location" VARCHAR,
"goals" BIGINT,
"xgoals" DOUBLE,
"shots" BIGINT,
"shotsontarget" BIGINT,
"deep" BIGINT,
"ppda" DOUBLE,
"fouls" BIGINT,
"corners" BIGINT,
"yellowcards" DOUBLE,
"redcards" BIGINT,
"result" VARCHAR
);
Anyone who has the link will be able to view this.