DC Rebirth Comic Book Issues
Every issue and event in the Rebirth serialization
@kaggle.ricardotimes2_dc_rebirth_read_list
Every issue and event in the Rebirth serialization
@kaggle.ricardotimes2_dc_rebirth_read_list
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.
CREATE TABLE city_of_bane (
"comic_name" VARCHAR
);
CREATE TABLE dark_knights_death_metal (
"comic_name" VARCHAR
);
CREATE TABLE dark_nights_metal (
"comic_name" VARCHAR
);
CREATE TABLE dc_rebirth_comic_order (
"comic_name" VARCHAR
);
CREATE TABLE drowned_earth (
"comic_name" VARCHAR
);
CREATE TABLE endless_winter (
"justice_league_endless_winter_1_2021" VARCHAR -- Justice League: Endless Winter #1 (2021)
);
CREATE TABLE event_leviathan (
"comic_name" VARCHAR
);
CREATE TABLE future_state (
"future_state_kara_zor_el" VARCHAR -- Future State: Kara Zor-el,
"n__superwoman_1_2021" VARCHAR -- Superwoman #1 (2021)
);
CREATE TABLE heroes_in_crisis (
"comic_name" VARCHAR
);
CREATE TABLE joker_war (
"comic_name" VARCHAR
);
CREATE TABLE justice_league_vs_suicide_squad (
"comic_name" VARCHAR
);
CREATE TABLE night_of_the_monster_men (
"comic_name" VARCHAR
);
CREATE TABLE superman_reborn (
"comic_name" VARCHAR
);
CREATE TABLE the_infected (
"comic_name" VARCHAR
);
CREATE TABLE the_lazarus_contract (
"comic_name" VARCHAR
);
Anyone who has the link will be able to view this.