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 stats (
"gameid" VARCHAR,
"team" VARCHAR,
"year" BIGINT,
"round" VARCHAR,
"playerid" BIGINT,
"displayname" VARCHAR,
"gamenumber" BIGINT,
"disposals" BIGINT,
"kicks" BIGINT,
"marks" BIGINT,
"handballs" BIGINT,
"goals" BIGINT,
"behinds" BIGINT,
"hitouts" BIGINT,
"tackles" BIGINT,
"rebounds" BIGINT,
"inside50s" BIGINT,
"clearances" BIGINT,
"clangers" BIGINT,
"frees" BIGINT,
"freesagainst" BIGINT,
"brownlowvotes" BIGINT,
"contestedpossessions" BIGINT,
"uncontestedpossessions" BIGINT,
"contestedmarks" BIGINT,
"marksinside50" BIGINT,
"onepercenters" BIGINT,
"bounces" BIGINT,
"goalassists" BIGINT,
"n__played" BIGINT,
"subs" VARCHAR
);
Anyone who has the link will be able to view this.