movies {ncldata}R Documentation

Movie information and user ratings from imdb.com.

Description

The Internet Movie Database, http://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.

Usage

data(movies)

Format

An object of class data.frame with 4988 rows and 23 columns.

Details

Movies were selected for inclusion if they were marked as "not adult", and had at least 20000 rating votes.

Value

A data frame with 4988 rows and 23 variables.

Note

The data set contains the following fields:

Title

Title of the movie.

Year

Year of release.

Rating

Average IMDb user rating.

Votes

Number of IMDb users who rated this movie.

Length

Length in minutes.

Budget

Total budget (if known).

BudgetCurrency

Currency of the budget (if known).

mpaa

MPAA rating.

Action, Animation, Comedy, Drama, Documentary, Fantasy, Horror, Romance, SciFi, Short

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

References

Information courtesy of IMDb (http://www.imdb.com). IMDb data files are publically available at https://datasets.imdbws.com/

Examples

data(movies)

[Package ncldata version 1.2 Index]