anime.RdThese table shows for each anime its gender, duration, popularity, rating and many other descriptive variables.
data("anime")
A data frame with 8155 observations on the following 25 variables.
item_ida character vector
Namea character vector
Scorea character vector
Gendersa character vector
english_namea character vector
Typea character vector
Episodesa character vector
Aireda character vector
Premiereda character vector
Producersa character vector
Licensorsa character vector
Studiosa character vector
Sourcea character vector
Durationa numeric vector
Duration_Ca factor with levels Less than 30min Less than 1h more than 1h more than 2h
Ratinga character vector
Rankeda character vector
Popularitya numeric vector
Membersa numeric vector
Favoritesa numeric vector
Watchinga numeric vector
Completeda numeric vector
a numeric vector
Droppeda numeric vector
a numeric vector
We don't use all the column
Thise data was first obtained on the website Kaggle, which was upload thanks to the site MyAnimeList
data(anime) ## maybe str(anime) ; plot(anime) ...