Baselight

DC Rebirth Comic Book Issues

Every issue and event in the Rebirth serialization

@kaggle.ricardotimes2_dc_rebirth_read_list

Loading...
Loading...

About this Dataset

DC Rebirth Comic Book Issues

Context

Back in 2016, Detective Comics(DC) released their "Rebirth" branding, which intended to bring back fans of their classic characters. Their stories had become confusing and their characters had lost interest after their 2011 rebranding.

This dataset contains data from https://comicbookreadingorders.com/dc/, but organized sequentially.

Content

The dataset contains one main table in DC_Rebirth_Comic_Order and is following the recomended reading order provided in its source. The additional tables contain the issues for each of the different events, which are named in the main table as Read <Event name> here

Each table has a single column, with each entry referring to a comic issue's name. Only the first entry in each new volume has the year highlighted in its title.

Tables

Superman Reborn

@kaggle.ricardotimes2_dc_rebirth_read_list.superman_reborn
  • 1.79 KB
  • 10 rows
  • 1 column
Loading...

CREATE TABLE superman_reborn (
  "comic_name" VARCHAR
);

Dark Knights Death Metal

@kaggle.ricardotimes2_dc_rebirth_read_list.dark_knights_death_metal
  • 2.14 KB
  • 24 rows
  • 1 column
Loading...

CREATE TABLE dark_knights_death_metal (
  "comic_name" VARCHAR
);

Dark Nights Metal

@kaggle.ricardotimes2_dc_rebirth_read_list.dark_nights_metal
  • 2.17 KB
  • 26 rows
  • 1 column
Loading...

CREATE TABLE dark_nights_metal (
  "comic_name" VARCHAR
);

Heroes In Crisis

@kaggle.ricardotimes2_dc_rebirth_read_list.heroes_in_crisis
  • 1.86 KB
  • 15 rows
  • 1 column
Loading...

CREATE TABLE heroes_in_crisis (
  "comic_name" VARCHAR
);

City Of Bane

@kaggle.ricardotimes2_dc_rebirth_read_list.city_of_bane
  • 1.86 KB
  • 15 rows
  • 1 column
Loading...

CREATE TABLE city_of_bane (
  "comic_name" VARCHAR
);

Dc Rebirth Comic Order

@kaggle.ricardotimes2_dc_rebirth_read_list.dc_rebirth_comic_order
  • 22.89 KB
  • 2484 rows
  • 1 column
Loading...

CREATE TABLE dc_rebirth_comic_order (
  "comic_name" VARCHAR
);

Joker War

@kaggle.ricardotimes2_dc_rebirth_read_list.joker_war
  • 1.97 KB
  • 26 rows
  • 1 column
Loading...

CREATE TABLE joker_war (
  "comic_name" VARCHAR
);

The Lazarus Contract

@kaggle.ricardotimes2_dc_rebirth_read_list.the_lazarus_contract
  • 1.8 KB
  • 5 rows
  • 1 column
Loading...

CREATE TABLE the_lazarus_contract (
  "comic_name" VARCHAR
);

Event Leviathan

@kaggle.ricardotimes2_dc_rebirth_read_list.event_leviathan
  • 1.85 KB
  • 11 rows
  • 1 column
Loading...

CREATE TABLE event_leviathan (
  "comic_name" VARCHAR
);

Drowned Earth

@kaggle.ricardotimes2_dc_rebirth_read_list.drowned_earth
  • 1.8 KB
  • 8 rows
  • 1 column
Loading...

CREATE TABLE drowned_earth (
  "comic_name" VARCHAR
);

Endless Winter

@kaggle.ricardotimes2_dc_rebirth_read_list.endless_winter
  • 2.07 KB
  • 8 rows
  • 1 column
Loading...

CREATE TABLE endless_winter (
  "justice_league_endless_winter_1_2021" VARCHAR
);

Justice League Vs Suicide Squad

@kaggle.ricardotimes2_dc_rebirth_read_list.justice_league_vs_suicide_squad
  • 1.83 KB
  • 11 rows
  • 1 column
Loading...

CREATE TABLE justice_league_vs_suicide_squad (
  "comic_name" VARCHAR
);

The Infected

@kaggle.ricardotimes2_dc_rebirth_read_list.the_infected
  • 2.07 KB
  • 23 rows
  • 1 column
Loading...

CREATE TABLE the_infected (
  "comic_name" VARCHAR
);

Night Of The Monster Men

@kaggle.ricardotimes2_dc_rebirth_read_list.night_of_the_monster_men
  • 1.75 KB
  • 6 rows
  • 1 column
Loading...

CREATE TABLE night_of_the_monster_men (
  "comic_name" VARCHAR
);

Future State

@kaggle.ricardotimes2_dc_rebirth_read_list.future_state
  • 2.85 KB
  • 15 rows
  • 2 columns
Loading...

CREATE TABLE future_state (
  "future_state_kara_zor_el" VARCHAR,
  "n__superwoman_1_2021" VARCHAR
);

Share link

Anyone who has the link will be able to view this.