Each anime is scored, and here we have the indiviual scores given for each anime.

data("anime_with_ratings")

Format

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

Source

Thise data was first obtained on the website Kaggle, which was upload thanks to the site MyAnimeList

Examples

data(anime_with_ratings)
## maybe str(anime_with_ratings) ; plot(anime_with_ratings) ...