Baselight

Anime Recommendation Database 2020

Recommendation data from 320.0000 users and 16.000 animes at myanimelist.net

@kaggle.hernan4444_anime_recommendation_database_2020

Animelist
@kaggle.hernan4444_anime_recommendation_database_2020.animelist

  • 309.53 MB
  • 109224747 rows
  • 5 columns
user_id

User Id

anime_id

Anime Id

rating

Rating

watching_status

Watching Status

watched_episodes

Watched Episodes

67911
6702714
2421014
489811
21101
24915
210414
4722814
6098612
31259129

CREATE TABLE animelist (
  "user_id" BIGINT,
  "anime_id" BIGINT,
  "rating" BIGINT,
  "watching_status" BIGINT,
  "watched_episodes" BIGINT
);

Share link

Anyone who has the link will be able to view this.