SNES Games
The games released for the SNES console with technical info
@kaggle.thedevastator_snes_games_a_comprehensive_list_of_games
The games released for the SNES console with technical info
@kaggle.thedevastator_snes_games_a_comprehensive_list_of_games
This dataset can be used to track the release of SNES games over time, or to study the most popular genres of games released for the console. To do this, simply download the dataset and open it in a software program like Microsoft Excel. Once you have the file open, you can then use the various filters and sorting options to find the information you are looking for
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: df_1.csv
| Column name | Description |
|---|---|
| Title | The name of the game. (String) |
| Developer(s) | The developer(s) of the game. (String) |
| Publisher(s) | The publisher(s) of the game. (String) |
| Release date | The release date of the game. (Date) |
| Release date.1 | The release date of the game in North America. (Date) |
| Release date.2 | The release date of the game in Europe. (Date) |
| Ref. | A reference to where the data was collected. (String) |
File: df_4.csv
File: df_3.csv
| Column name | Description |
|---|---|
| Release date | The release date of the game. (Date) |
| Title(s) | The name of the game. (String) |
| Developer | The company who developed the game. (String) |
| Publisher | The company who published the game. (String) |
| Regions released | The regions in which the game was released. (String) |
File: df_2.csv
| Column name | Description |
|---|---|
| Title | The name of the game. (String) |
| Developer(s) | The developer(s) of the game. (String) |
| Publisher(s) | The publisher(s) of the game. (String) |
| Release date | The release date of the game. (Date) |
File: df_6.csv
File: df_5.csv
CREATE TABLE df_1 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"release_date" VARCHAR,
"release_date_1" VARCHAR,
"release_date_2" VARCHAR,
"ref" VARCHAR -- Ref.
);CREATE TABLE df_2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"release_date" VARCHAR
);CREATE TABLE df_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title_s" VARCHAR -- Title(s),
"developer" VARCHAR,
"publisher" VARCHAR,
"release_date" VARCHAR,
"regions_released" VARCHAR
);CREATE TABLE df_4 (
"unnamed_0" BIGINT -- Unnamed: 0
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"n_0" VARCHAR -- 0,
"n_1" VARCHAR -- 1
);Anyone who has the link will be able to view this.