DC-MARVEL Comic Characters
Know all about your favorite superheroes with this comprehensive dataset
@kaggle.nikhil1e9_comic_characters
Know all about your favorite superheroes with this comprehensive dataset
@kaggle.nikhil1e9_comic_characters
This data comes from Marvel Wikia and DC Wikia and contains information on characters from the Marvel and DC comic book series. The original dataset was cleaned and modified to obtain this data.
- Name: The name of the character
Please, provide an upvote👍if the dataset was useful for your task. It would be much appreciated😄
CREATE TABLE comic_characters (
"id" BIGINT,
"name" VARCHAR,
"identity" VARCHAR,
"alignment" VARCHAR,
"eyes" VARCHAR,
"hair" VARCHAR,
"sex" VARCHAR,
"alive" VARCHAR,
"appearances" BIGINT,
"first_appeared" VARCHAR,
"planet" VARCHAR,
"universe" VARCHAR
);
Anyone who has the link will be able to view this.