Video Game Awards (20-23)
Find out the nominees & winners in each category of the Video Game Awards 20-23
@kaggle.germanbotello_video_game_awards_20_23
Find out the nominees & winners in each category of the Video Game Awards 20-23
@kaggle.germanbotello_video_game_awards_20_23
The dataset categorizes winners across various video game award categories from 2020 to 2023, with columns specifying the year, game title, respective studio, and a binary indicator denoting whether the entry emerged as a winner (1) or not (0). This structured dataset provides a comprehensive record of award recipients, offering valuable insights into the evolving landscape of acclaimed video games and their respective studios over the specified timeframe.
CREATE TABLE game_awards_20_23_master_1 (
"year" BIGINT,
"category" VARCHAR,
"game" VARCHAR,
"studio" VARCHAR,
"winner" BIGINT
);
Anyone who has the link will be able to view this.