powered by
Average ratings reported by IMDb of films and shorts with over 100 ratings from summer 2022.
data(films22)
A data frame with 124667 observations on the following 8 variables.
nr
ID number of film
averageRating
Average rating of film
numVotes
How many rated the film
titleType
movie or short
primaryTitle
Title of film
genres
A combination of up to three film genres for each film
year
Year of release (from 1874 to 2022)
runtime
runtime in minutes
This dataset is used in "Looking at the movies", Chapter 3 of "Getting (more out of) Graphics".
data(films22, package="FilmsGmooG") with(films22, table(titleType))
Run the code above in your browser using DataLab