Baselight

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

Loading...
Loading...

About this Dataset

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.

Tables

Game Awards 20–23 Master 1

@kaggle.germanbotello_video_game_awards_20_23.game_awards_20_23_master_1
  • 14.86 KB
  • 513 rows
  • 5 columns
Loading...

CREATE TABLE game_awards_20_23_master_1 (
  "year" BIGINT,
  "category" VARCHAR,
  "game" VARCHAR,
  "studio" VARCHAR,
  "winner" BIGINT
);

Share link

Anyone who has the link will be able to view this.