Baselight

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

About this Dataset

Atari 7800 Games

Atari 7800: A Comprehensive Video Game Console Library

The Most Thorough Collection of Video Game Console Games for the Atari 7800


About this dataset

This dataset contains a list of video game console games released for the Atari 7800, including their genres, developers, publishers, and release dates

How to use the dataset

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

Research Ideas

  • 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

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.

Columns

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

Tables

Df 1

@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li.df_1
  • 3.85 KB
  • 2 rows
  • 4 columns
Loading...

CREATE TABLE df_1 (
  "unnamed_0" BIGINT,
  "regions_released" VARCHAR,
  "region_description" VARCHAR,
  "released" BIGINT
);

Df 2

@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li.df_2
  • 6.71 KB
  • 60 rows
  • 6 columns
Loading...

CREATE TABLE df_2 (
  "unnamed_0" DOUBLE,
  "title_13_14_15" VARCHAR,
  "genre_s" VARCHAR,
  "developer_s_13" VARCHAR,
  "publisher_s_13_14" VARCHAR,
  "release_date_s" VARCHAR
);

Df 3

@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li.df_3
  • 4.34 KB
  • 50 rows
  • 4 columns
Loading...

CREATE TABLE df_3 (
  "unnamed_0" DOUBLE,
  "genre_s" VARCHAR,
  "developer_s_13" VARCHAR,
  "release_date_s" VARCHAR
);

Df 4

@kaggle.thedevastator_atari_7800_a_comprehensive_video_game_console_li.df_4
  • 5.82 KB
  • 33 rows
  • 5 columns
Loading...

CREATE TABLE df_4 (
  "unnamed_0" DOUBLE,
  "genre" VARCHAR,
  "developer_s_13_14" VARCHAR,
  "publisher_s_13_14" VARCHAR,
  "notes_reasons" VARCHAR
);