films: Films data downloaded from IMDB

filmsR Documentation

Films data downloaded from IMDB

Description

A dataset containing the budgets, boxoffices, ratings and other attributes of 5944 films from 1913 to 2014 obtained from IMDB.com.

Usage

films

Format

A data frame with 5944 rows and 53 variables:

title

Title of the movie.

year

Year of release.

budget

Total budget in US dollars.

length

Length in minutes.

rating

Average IMDB user rating. These ratings are on a scale of 1 (worst) to 10 (best).

votes

Number of IMDB users who rated this movie.

r1-10

Distribution of votes for each rating, to mid point of nearest decile: 0 = no votes, 4.5 = 1-9 votes, 14.5 = 11-19 of votes, etc. Due to rounding errors these may not sum to 100.

mpaa

MPAA rating (ex: R, PG-13).

boxoffice

Total Ticket sales in US dollars.

actor, actor, actress, director, and writer

String variables giving these people's names.

action, animation, comedy, drama, documentary, romance, short, and etc

Binary variables representing if movie was classified as belonging to that genre.

Source

http://www.imdb.com/interfaces/


gmlang/ezplot documentation built on Sept. 18, 2022, 6:33 a.m.