anime: Detailed Description for each anime

Description Usage Format Details Source Examples

Description

These table shows for each anime its gender, duration, popularity, rating and many other descriptive variables.

Usage

1
data("anime")

Format

A data frame with 8155 observations on the following 25 variables.

item_id

a character vector

Name

a character vector

Score

a character vector

Genders

a character vector

english_name

a character vector

Type

a character vector

Episodes

a character vector

Aired

a character vector

Premiered

a character vector

Producers

a character vector

Licensors

a character vector

Studios

a character vector

Source

a character vector

Duration

a numeric vector

Duration_C

a factor with levels Less than 30min Less than 1h more than 1h more than 2h

Rating

a character vector

Ranked

a character vector

Popularity

a numeric vector

Members

a numeric vector

Favorites

a numeric vector

Watching

a numeric vector

Completed

a numeric vector

On-Hold

a numeric vector

Dropped

a numeric vector

Plan to Watch

a numeric vector

Details

We don't use all the column

Source

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

Examples

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

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