anime_with_ratings.RdEach anime is scored, and here we have the indiviual scores given for each anime.
data("anime_with_ratings")
A data frame with 573588 observations on the following 7 variables.
item_ida character vector
user_ida numeric vector
Namea character vector
english_namea character vector
Episodesa character vector
Durationa numeric vector
ratinga numeric vector
Thise data was first obtained on the website Kaggle, which was upload thanks to the site MyAnimeList
data(anime_with_ratings) ## maybe str(anime_with_ratings) ; plot(anime_with_ratings) ...