Marvel Comic Books Dataset
A complete dataset of all existing Marvel Comics.
@kaggle.deepcontractor_marvel_comic_books
A complete dataset of all existing Marvel Comics.
@kaggle.deepcontractor_marvel_comic_books
CREATE TABLE marvel_comics (
"comic_name" VARCHAR,
"active_years" VARCHAR,
"issue_title" VARCHAR,
"publish_date" VARCHAR,
"issue_description" VARCHAR,
"penciler" VARCHAR,
"writer" VARCHAR,
"cover_artist" VARCHAR,
"imprint" VARCHAR,
"format" VARCHAR,
"rating" VARCHAR,
"price" VARCHAR
);
Anyone who has the link will be able to view this.