Baselight

Video Game Sales 2024

Video Game Sale Data for Over 64,000 Games

@kaggle.asaniczka_video_game_sales_2024

Loading...
Loading...

About this Dataset

Video Game Sales 2024

This dataset is a continuation of @baynebrannen's 2020 Video Game Sales dataset and @ashaheedq's 2019 Video Games Sales dataset.

Creation of this dataset was inspired by @VinceTheCat02.

Data was collected by running the spider written by @baynebrannen to create his version of the dataset.

  • I haven't made any major modification to the collection methodology or the dataset structure.
  • I have removed a few unhelpful columns such as 'vg_score', 'user_score', and 'total_shipped' as these columns mostly contained null values.
  • All the other columns remain the same.

Photo by JESHOOTS.COM on Unsplash

Tables

Vgchartz 2024

@kaggle.asaniczka_video_game_sales_2024.vgchartz_2024
  • 2.23 MB
  • 64016 rows
  • 14 columns
Loading...

CREATE TABLE vgchartz_2024 (
  "img" VARCHAR,
  "title" VARCHAR,
  "console" VARCHAR,
  "genre" VARCHAR,
  "publisher" VARCHAR,
  "developer" VARCHAR,
  "critic_score" DOUBLE,
  "total_sales" DOUBLE,
  "na_sales" DOUBLE,
  "jp_sales" DOUBLE,
  "pal_sales" DOUBLE,
  "other_sales" DOUBLE,
  "release_date" TIMESTAMP,
  "last_update" TIMESTAMP
);

Share link

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