movies: Movie information and user ratings from imdb.com.

Description Usage Format Details Value Note References Examples

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

1

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

1

ncldata documentation built on May 2, 2019, 5:54 p.m.

Related to movies in ncldata...