Nintendo Entertainment System Games
Games released for the NES system
@kaggle.thedevastator_top_selling_nintendo_entertainment_system_games
Games released for the NES system
@kaggle.thedevastator_top_selling_nintendo_entertainment_system_games
There are a few ways that you can use this dataset:
- Use it to find out which Nintendo Entertainment System games were the top sellers of all time.
- Find out which games were cancelle, and when they were cancelle.
- Study who the developers and publishers were for each game
- Use the data to predict future sales of Nintendo Entertainment System games
- Use the data to analyze which developers and publishers are most successful in terms of game sales
- Use the data to study how cancellin a game affects its sales
License
> 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 |
|---|---|
| Developer(s) | The game's developer. (String) |
| Release date | The game's release date. (Date) |
| Release date.1 | The game's alternate release date. (Date) |
File: df_4.csv
| Column name | Description |
|---|---|
| Title(s) | The title of the game. (String) |
| Cancellation date | The date the game was cancelled, if applicable. (Date) |
| Developer | The developer of the game. (String) |
| Publisher | The publisher of the game. (String) |
File: df_9.csv
File: df_3.csv
File: df_2.csv
| Column name | Description |
|---|---|
| Developer(s) | The game's developer. (String) |
| Release date | The game's release date. (Date) |
| Title | The game's title. (String) |
File: df_6.csv
File: df_7.csv
File: df_8.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_5.csv
CREATE TABLE df_1 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"title_1_2" VARCHAR -- Title[1][2],
"developer_s" VARCHAR -- Developer(s),
"publisher_s_1_2_3" VARCHAR -- Publisher(s)[1][2][3],
"publisher_s_1_2_3_1" VARCHAR -- Publisher(s)[1][2][3].1,
"release_date" VARCHAR,
"release_date_1" VARCHAR
);CREATE TABLE df_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title_2_3" VARCHAR -- Title[2][3],
"publisher_2_3" VARCHAR -- Publisher[2][3]
);CREATE TABLE df_4 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title_s" VARCHAR -- Title(s),
"cancellation_date" VARCHAR,
"developer" VARCHAR,
"publisher" VARCHAR
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title_2_3" VARCHAR -- Title[2][3],
"publisher_2_3" VARCHAR -- Publisher[2][3],
"year_2_3" VARCHAR -- Year[2][3]
);CREATE TABLE df_6 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title_2_3" VARCHAR -- Title[2][3],
"publisher_2_3" VARCHAR -- Publisher[2][3],
"year_2_3" VARCHAR -- Year[2][3]
);Anyone who has the link will be able to view this.