MyAnimeList Dataset
contains 300k users, 14k anime metadata, and 80mil. ratings from MyAnimeList.net
@kaggle.azathoth42_myanimelist
contains 300k users, 14k anime metadata, and 80mil. ratings from MyAnimeList.net
@kaggle.azathoth42_myanimelist
CREATE TABLE animelists_cleaned (
"username" VARCHAR,
"anime_id" BIGINT,
"my_watched_episodes" BIGINT,
"my_start_date" VARCHAR,
"my_finish_date" VARCHAR,
"my_score" BIGINT,
"my_status" BIGINT,
"my_rewatching" DOUBLE,
"my_rewatching_ep" BIGINT,
"my_last_updated" TIMESTAMP,
"my_tags" VARCHAR
);
Anyone who has the link will be able to view this.