Board Games
Data on 20k Board Games scraped from BoardGamesGeek
@kaggle.andrewmvd_board_games
Data on 20k Board Games scraped from BoardGamesGeek
@kaggle.andrewmvd_board_games
CREATE TABLE bgg_dataset (
"id" DOUBLE,
"name" VARCHAR,
"year_published" DOUBLE,
"min_players" BIGINT,
"max_players" BIGINT,
"play_time" BIGINT,
"min_age" BIGINT,
"users_rated" BIGINT,
"rating_average" BIGINT,
"bgg_rank" BIGINT,
"complexity_average" BIGINT,
"owned_users" DOUBLE,
"mechanics" VARCHAR,
"domains" VARCHAR
);
Anyone who has the link will be able to view this.