Baselight

Best Selling Nintendo Switch Video Games

List of best-selling Nintendo Switch video games

@kaggle.kabhishm_best_selling_nintendo_switch_video_games

Loading...
Loading...

About this Dataset

Best Selling Nintendo Switch Video Games

This is a list of video games for the Nintendo Switch video game console that have sold or shipped at least one million copies. As Nintendo shares the sales of their video games every quarter while most other publishers do not share sales figures per console, this list consists mostly of Nintendo-published titles.

COLUMN DESCRIPTION

  • 'title': title of the game
  • 'copies_sold': number of copies sold
  • 'genre': genre of the video game
  • 'developer': developer of the video game
  • 'publisher': publisher of the video game
  • 'as_of': date until which the number of sales has been calculated
  • 'release_date': release date of the video game

Photo by Erik Mclean on Unsplash

Tables

Best Selling Switch Games

@kaggle.kabhishm_best_selling_nintendo_switch_video_games.best_selling_switch_games
  • 10.64 KB
  • 73 rows
  • 7 columns
Loading...

CREATE TABLE best_selling_switch_games (
  "title" VARCHAR,
  "copies_sold" DOUBLE,
  "genre" VARCHAR,
  "developer" VARCHAR,
  "publisher" VARCHAR,
  "as_of" TIMESTAMP,
  "release_date" TIMESTAMP
);

Share link

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