Anime Dataset 2023
A Comprehensive Collection of Anime Information
@kaggle.dbdmobile_myanimelist_dataset
A Comprehensive Collection of Anime Information
@kaggle.dbdmobile_myanimelist_dataset
CREATE TABLE final_animedataset (
"username" VARCHAR,
"anime_id" BIGINT,
"my_score" BIGINT,
"user_id" BIGINT,
"gender" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"source" VARCHAR,
"score" DOUBLE,
"scored_by" BIGINT,
"rank" DOUBLE,
"popularity" BIGINT,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.