anime_with_ratings.Rd
Each 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_id
a character vector
user_id
a numeric vector
Name
a character vector
english_name
a character vector
Episodes
a character vector
Duration
a numeric vector
rating
a 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) ...