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 games (
"gameid" BIGINT,
"leagueid" BIGINT,
"season" BIGINT,
"date" TIMESTAMP,
"hometeamid" BIGINT,
"awayteamid" BIGINT,
"homegoals" BIGINT,
"awaygoals" BIGINT,
"homeprobability" DOUBLE,
"drawprobability" DOUBLE,
"awayprobability" DOUBLE,
"homegoalshalftime" BIGINT,
"awaygoalshalftime" BIGINT,
"b365h" DOUBLE,
"b365d" DOUBLE,
"b365a" DOUBLE,
"bwh" DOUBLE,
"bwd" DOUBLE,
"bwa" DOUBLE,
"iwh" DOUBLE,
"iwd" DOUBLE,
"iwa" DOUBLE,
"psh" DOUBLE,
"psd" DOUBLE,
"psa" DOUBLE,
"whh" DOUBLE,
"whd" DOUBLE,
"wha" DOUBLE,
"vch" DOUBLE,
"vcd" DOUBLE,
"vca" DOUBLE,
"psch" DOUBLE,
"pscd" DOUBLE,
"psca" DOUBLE
);
Anyone who has the link will be able to view this.