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 players (
"playerid" BIGINT,
"displayname" VARCHAR,
"height" BIGINT,
"weight" BIGINT,
"dob" VARCHAR,
"position" VARCHAR,
"origin" VARCHAR
);
Anyone who has the link will be able to view this.