movies: Movies data

moviesR Documentation

Movies data

Description

A sample of movies and their characteristics from IMDB (1910-2016). The variables are as follows:

  • title. Name of the movie.

  • year. Year the movie was released.

  • decade. Decade the movie was released (factor).

  • director. Name of the movie's director.

  • genre1. The movie's first listed genre.

  • genre2. The movie's second listed genre (if any).

  • genre3. The movie's third listed genre (if any).

  • duration. Duration of movie (in minutes).

  • gross. How much the movie grossed in theaters (in USD).

  • budget. How much the movie cost to make (in USD).

  • imbd_score. The movie's average IMDB rating (0-10).

  • color. Whether the movie is color or black and white.

  • content_rating. The movie's parental advisory rating.

Usage

data(movies)

Format

A (tibble) data frame with 4,139 rows and 13 variables.

Source

IMDB via Kaggle.


hail2thief/ladata documentation built on Sept. 9, 2024, 1:28 p.m.