Baselight

Nintendo Games

All Nintendo games for all platforms scraped from metacritic.com as of Aug 2023

@kaggle.joebeachcapital_nintendo_games

Loading...
Loading...

About this Dataset

Nintendo Games

All Nintendo games for all recent Nintendo platforms scraped from metacritic.com as of August 24, 2023.

Columns:

  • meta score
  • user score
  • title
  • platform
  • release date
  • details page link
  • esrb rating
  • developers
  • genres

Tables

Nintendogames

@kaggle.joebeachcapital_nintendo_games.nintendogames
  • 60.49 KB
  • 1094 rows
  • 9 columns
Loading...

CREATE TABLE nintendogames (
  "meta_score" DOUBLE,
  "title" VARCHAR,
  "platform" VARCHAR,
  "date" VARCHAR,
  "user_score" DOUBLE,
  "link" VARCHAR,
  "esrb_rating" VARCHAR,
  "developers" VARCHAR,
  "genres" VARCHAR
);

Share link

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