movies_wide | R Documentation |
Movie information and user ratings from IMDB.com (wide format).
movies_wide
A data frame with 1,579 rows and 13 variables
title. Title of the movie.
year. Year of release.
budget. Total budget in millions of US dollars
length. Length in minutes.
rating. Average IMDB user rating.
votes. Number of IMDB users who rated this movie.
mpaa. MPAA rating.
action, animation, comedy, drama, documentary, romance, short. Binary variables representing if movie was classified as belonging to that genre.
NumGenre. The number of different genres a film was classified in an integer between one and four.
Modified dataset from ggplot2movies
package.
The internet movie database, https://imdb.com/, is a website devoted to collecting movie data supplied by studios and fans. It claims to be the biggest movie database on the web and is run by amazon.
Movies were selected for inclusion if they had a known length and had been rated by at least one IMDB user. Small categories such as documentaries and NC-17 movies were removed.
https://CRAN.R-project.org/package=ggplot2movies
dim(movies_wide)
head(movies_wide)
dplyr::glimpse(movies_wide)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.