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
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.