Code
# Import Data
films = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/barbieland/main/data/films.csv")
# View data
filmsDATA CODEBOOK
The data in films.csv includes measures collected from \(n=3029\) films released between 1937 and 2016. The data was scraped from various websites (e.g., IMdB). The variables are:
movie: Name of the filmyear: Year the film was released in theatersgenre: Primary genre of the film (e.g., Adventure, Horror, Comedy)color: Was the film released in color or black-and-white?language: The original language the film was originally released in.country: The first country the movie was originally released torating: MPAA rating of the film (e.g., G, PG, R)duration: Duration (running time) of the film, in minutesbudget: The film’s budget (in U.S. dollars)