MysteryDetective-AnimeManga
Around 2.5K manga and 1K anime titles.
@kaggle.muhammadadiltalay_mysteryanimemanga
Around 2.5K manga and 1K anime titles.
@kaggle.muhammadadiltalay_mysteryanimemanga
CREATE TABLE myanimelist_anime_mystery_detective_cleaned (
"title" VARCHAR,
"subtitle" VARCHAR,
"title_url" VARCHAR,
"status" VARCHAR,
"episodes" VARCHAR,
"episodeduration" VARCHAR,
"synopsis" VARCHAR,
"studio" VARCHAR,
"source" VARCHAR,
"demography" VARCHAR,
"rating" DOUBLE,
"members" VARCHAR,
"type" VARCHAR,
"year" VARCHAR,
"gourmet" BOOLEAN,
"sports" BOOLEAN,
"romance" BOOLEAN,
"adventure" BOOLEAN,
"avant_garde" BOOLEAN,
"supernatural" BOOLEAN,
"suspense" BOOLEAN,
"slice_of_life" BOOLEAN,
"sci_fi" BOOLEAN,
"horror" BOOLEAN,
"comedy" BOOLEAN,
"drama" BOOLEAN,
"fantasy" BOOLEAN,
"mystery" BOOLEAN,
"boys_love" BOOLEAN,
"hentai" BOOLEAN,
"action" BOOLEAN,
"ecchi" BOOLEAN,
"girls_love" BOOLEAN
);
CREATE TABLE myanimelist_anime_mystery_detective (
"title" VARCHAR,
"title_url" VARCHAR,
"title1" VARCHAR,
"info" VARCHAR,
"item2" VARCHAR,
"info3" VARCHAR,
"info4" VARCHAR,
"genre" VARCHAR,
"genre6" VARCHAR,
"genre8" VARCHAR,
"genre10" VARCHAR,
"preline" VARCHAR,
"property12" VARCHAR,
"property14" VARCHAR,
"property20" VARCHAR,
"keywords" VARCHAR
);
CREATE TABLE myanimelist_manga_mystery_detective_cleaned (
"title" VARCHAR,
"title_url" VARCHAR,
"status" VARCHAR,
"synopsis" VARCHAR,
"author" VARCHAR,
"demography" VARCHAR,
"rating" DOUBLE,
"members" VARCHAR,
"type" VARCHAR,
"year" VARCHAR,
"volumes" VARCHAR,
"chapters" VARCHAR,
"fantasy" BOOLEAN,
"avant_garde" BOOLEAN,
"sports" BOOLEAN,
"ecchi" BOOLEAN,
"boys_love" BOOLEAN,
"comedy" BOOLEAN,
"award_winning" BOOLEAN,
"drama" BOOLEAN,
"slice_of_life" BOOLEAN,
"girls_love" BOOLEAN,
"horror" BOOLEAN,
"erotica" BOOLEAN,
"hentai" BOOLEAN,
"supernatural" BOOLEAN,
"mystery" BOOLEAN,
"action" BOOLEAN,
"sci_fi" BOOLEAN,
"romance" BOOLEAN,
"gourmet" BOOLEAN,
"adventure" BOOLEAN,
"suspense" BOOLEAN
);
CREATE TABLE myanimelist_manga_mystery_detective (
"title_url" VARCHAR,
"title1" VARCHAR,
"info" VARCHAR,
"item2" VARCHAR,
"info3" VARCHAR,
"genre" VARCHAR,
"genre5" VARCHAR,
"genre7" VARCHAR,
"genre9" VARCHAR,
"preline" VARCHAR,
"property" VARCHAR,
"property21" VARCHAR,
"score" VARCHAR,
"scormemitem" VARCHAR
);
Anyone who has the link will be able to view this.