Atari 7800 Games
The Most Thorough Collection of Video Game Console Games for the Atari 7800
@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li
The Most Thorough Collection of Video Game Console Games for the Atari 7800
@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li
This dataset contains a list of video game console games released for the Atari 7800, including their genres, developers, publishers, and release dates
This dataset contains a list of all the video game console games released for the Atari 7800. The games are listed in chronological order, with the most recent releases appearing first. Each game is labeled with its release date, region(s) released, developer(s), publisher(s), genre, and a brief description
This dataset can be used to create a list of all the video game console games released for the Atari 7800.
This dataset can be used to create a list of all the video game console games released for the Atari 7800, including their genres, developers, and release dates.
This dataset can be used to create a list of all the video game console games released for the Atari 7800, including their genres, developers, publishers, and notes/reasons
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 |
|---|---|
| Regions released | The regions where the game was released. (String) |
| Region description | A description of the region. (String) |
| Released | The release date of the game. (Date) |
File: df_4.csv
| Column name | Description |
|---|---|
| Genre | The genre of the video game. (Categorical) |
| Notes/Reasons | Any notes or reasons given for the inclusion of the game in the dataset. (Text) |
| Developer(s)[13][14] | The developer(s) of the video game. (Categorical) |
| Publisher(s)[13][14] | The publisher(s) of the video game. (Categorical) |
File: df_3.csv
| Column name | Description |
|---|---|
| Genre(s) | The genre(s) of the video game. (Categorical) |
| Release date(s) | The release date(s) of the video game. (Date) |
File: df_2.csv
| Column name | Description |
|---|---|
| Genre(s) | The genre(s) of the video game. (Categorical) |
| Publisher(s)[13][14] | The publisher(s) of the video game. (Categorical) |
| Release date(s) | The release date(s) of the video game. (Date) |
File: df_5.csv
CREATE TABLE df_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"regions_released" VARCHAR,
"region_description" VARCHAR,
"released" BIGINT
);CREATE TABLE df_2 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"title_13_14_15" VARCHAR -- Title[13][14][15],
"genre_s" VARCHAR -- Genre(s),
"developer_s_13" VARCHAR -- Developer(s)[13],
"publisher_s_13_14" VARCHAR -- Publisher(s)[13][14],
"release_date_s" VARCHAR -- Release Date(s)
);CREATE TABLE df_3 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"genre_s" VARCHAR -- Genre(s),
"developer_s_13" VARCHAR -- Developer(s)[13],
"release_date_s" VARCHAR -- Release Date(s)
);CREATE TABLE df_4 (
"unnamed_0" DOUBLE -- Unnamed: 0,
"genre" VARCHAR,
"developer_s_13_14" VARCHAR -- Developer(s)[13][14],
"publisher_s_13_14" VARCHAR -- Publisher(s)[13][14],
"notes_reasons" VARCHAR
);Anyone who has the link will be able to view this.