anime_with_ratings: Anime data with individual scores of viewers

Description Usage Format Source Examples

Description

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

Usage

1
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

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

ptds2021/project--G5 documentation built on Dec. 22, 2021, 9:59 a.m.