Australian Football League (AFL) Database
All of the key stats, game by game, player by player
@kaggle.stoney71_aflstats
All of the key stats, game by game, player by player
@kaggle.stoney71_aflstats
CREATE TABLE games (
"gameid" VARCHAR,
"year" BIGINT,
"round" VARCHAR,
"date" TIMESTAMP,
"maxtemp" DOUBLE,
"mintemp" DOUBLE,
"rainfall" DOUBLE,
"venue" VARCHAR,
"starttime" VARCHAR,
"attendance" BIGINT,
"hometeam" VARCHAR,
"hometeamscoreqt" DOUBLE,
"hometeamscoreht" DOUBLE,
"hometeamscore3qt" DOUBLE,
"hometeamscoreft" DOUBLE,
"hometeamscore" BIGINT,
"awayteam" VARCHAR,
"awayteamscoreqt" DOUBLE,
"awayteamscoreht" DOUBLE,
"awayteamscore3qt" DOUBLE,
"awayteamscoreft" DOUBLE,
"awayteamscore" BIGINT
);
Anyone who has the link will be able to view this.