Anime Recommendation Database 2020
Recommendation data from 320.0000 users and 16.000 animes at myanimelist.net
@kaggle.hernan4444_anime_recommendation_database_2020
Recommendation data from 320.0000 users and 16.000 animes at myanimelist.net
@kaggle.hernan4444_anime_recommendation_database_2020
CREATE TABLE animelist (
"user_id" BIGINT,
"anime_id" BIGINT,
"rating" BIGINT,
"watching_status" BIGINT,
"watched_episodes" BIGINT
);
Anyone who has the link will be able to view this.