movies: A Data set containing movies released in Hollywood from 1920...

Description Usage Format Source

Description

Along with movie, and directors' names the dataset contains data about the cost, revenue generated by the movies too.

Usage

1

Format

A tibble with 243 rows and 10 variables:

title

character Name of the movies

genre

character Movie type or genre names

director

character Name of the movie director

year

integer Year when the movie was released

duration

int Total length of the movie in minutes

gross

int Gross revenue generated by the movie

budget

int Total money invested to produce the movie

cast_facebook_likes

int Total number of facebook likes for the movie

votes

int Total number of votes for the movie

reviews

int Total number of reviews that exist for the movie

rating

num Average user rating of the movie

profit

int Gross - Budget

Source

https://www.datacamp.com/


Curious-Joe/HollywoodApp2.0 documentation built on Dec. 17, 2021, 3:09 p.m.