Atari 2600 Games
A Comprehensive Collection of Game Data
@kaggle.thedevastator_the_best_atari_2600_games_of_all_time
A Comprehensive Collection of Game Data
@kaggle.thedevastator_the_best_atari_2600_games_of_all_time
This dataset contains a comprehensive list of the best Atari 2600 games of all time, as well as basic information about each game such as the title, code, designer or programmer, release year, genre, and notes. Whether you're a fan of classic gaming looking for some nostalgia or simply want to see what the fuss is all about, this dataset is sure to provide hours of fun!
To use this dataset, simply download it and then open it in a CSV reader. The data is organized into several columns:
0: The game's title
1: The game's code
2: The game's designer or programmer
3: The year the game was released
4: The genre of the game
5: Miscellaneous notes about the game
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 |
|---|---|
| 0 | |
| 1 |
File: df_4.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_9.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_10.csv
File: df_3.csv
| Column name | Description |
|---|---|
| Atari title | The title of the game as it appeared on the Atari 2600. (String) |
| Sears title | The title of the game as it appeared on the Sears Tele-Games system. (String) |
| Code | The code used to identify the game. (String) |
| Designer or programmer | The designer or programmer of the game. (String) |
| Year | The year the game was released. (Integer) |
| Genre | The genre of the game. (String) |
| Notes | Additional notes about the game. (String) |
File: df_2.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_6.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_7.csv
| Column name | Description |
|---|---|
| Year | The year the game was released. (Integer) |
| Genre | The genre of the game. (String) |
| Notes | Additional notes about the game. (String) |
| Title | The title of the game. (String) |
| Developer(s) | The developer(s) of the game. (String) |
| Publisher(s) | The publisher(s) of the game. (String) |
File: df_8.csv
File: df_5.csv
| Column name | Description |
|---|---|
| Year | The year the game was released. (Integer) |
| Genre | The genre of the game. (String) |
| Notes | Additional notes about the game. (String) |
| Game Title | The title of the game. (String) |
| Developer (Designer) | The developer or designer of the game. (String) |
| Publisher | The publisher of the game. (String) |
CREATE TABLE df_3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"atari_title" VARCHAR,
"sears_title" VARCHAR,
"code" VARCHAR,
"designer_or_programmer" VARCHAR,
"year" VARCHAR,
"genre" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"game_title" VARCHAR,
"developer_designer" VARCHAR -- Developer (Designer),
"publisher" VARCHAR,
"year" VARCHAR,
"genre" VARCHAR,
"notes" VARCHAR
);CREATE TABLE df_7 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"year" VARCHAR,
"genre" VARCHAR,
"notes" VARCHAR
);Anyone who has the link will be able to view this.