Board Game Data
Data is a collection of board game information from Board Game Geek
@kaggle.mrpantherson_board_game_data
Data is a collection of board game information from Board Game Geek
@kaggle.mrpantherson_board_game_data
CREATE TABLE bgg_db_1806 (
"rank" BIGINT,
"bgg_url" VARCHAR,
"game_id" BIGINT,
"names" VARCHAR,
"min_players" BIGINT,
"max_players" BIGINT,
"avg_time" BIGINT,
"min_time" BIGINT,
"max_time" BIGINT,
"year" BIGINT,
"avg_rating" DOUBLE,
"geek_rating" DOUBLE,
"num_votes" BIGINT,
"image_url" VARCHAR,
"age" BIGINT,
"mechanic" VARCHAR,
"owned" BIGINT,
"category" VARCHAR,
"designer" VARCHAR,
"weight" DOUBLE
);
Anyone who has the link will be able to view this.