Title: | Pixar Films and Achievements |
---|---|
Description: | Data about Disney Pixar films provided by Wikipedia. This package contains data about the films, the people involved, and their awards. |
Authors: | Eric Leung [aut, cre] |
Maintainer: | Eric Leung <[email protected]> |
License: | CC0 |
Version: | 0.2.1 |
Built: | 2024-11-19 16:33:04 UTC |
Source: | https://github.com/erictleung/pixarfilms |
A data set with the awards and nominations of the Academy Awards, popularly known as the Oscars, each Pixar film has won.
academy
academy
A data frame with 72 rows and 3 variables:
name of film
name of award
status of award
This data set is put into a tidy format, where each row is a film-award data point.
Some films did not qualify for categories so there is no data for that film.
https://en.wikipedia.org/wiki/List_of_Pixar_films
academy
academy
A data set with financial and box office gross numbers for each film.
box_office
box_office
A data frame with 24 rows and 5 variables:
name of film
movie budget in U.S. dollars
box office gross amount in U.S. dollars for U.S. and Canada
box office gross amount in U.S. dollars for other territories
box office gross amount in U.S. dollars worldwide
https://en.wikipedia.org/wiki/List_of_Pixar_films
box_office
box_office
A data set with the different genre categories for each Pixar film.
genres
genres
A data frame with 128 rows and 2 variables:
name of film
genre film is categorized into
This data set is put into a tidy format, where each row is a film-genre data point. Each film can have multiple genres. For example, Toy Story is categorized into five genres.
genres
genres
A data set containing Pixar films, their release order, and release date.
pixar_films
pixar_films
A data frame with 27 rows and 3 variables:
order of release
name of film
date film premiered
film length in minutes
rating based on Motion Picture Association (MPA) film rating system
https://en.wikipedia.org/wiki/List_of_Pixar_films
pixar_films
pixar_films
A data set containing the main people involved in each Pixar film.
pixar_people
pixar_people
A data frame with 228 rows and 3 variables:
name of film
one of five roles: Director, Musician, Producer, Screenwriter, Storywriter
individual's name
This data set is put into a tidy format, where each row is a film-role data point. Each film can have multiple individuals per role. For example, Toy Story has four screenwriters.
https://en.wikipedia.org/wiki/List_of_Pixar_films
pixar_people
pixar_people
A data set with scores of critical and public response.
public_response
public_response
A data frame with 23 rows and 5 variables:
name of film
score from the American review-aggregation website Rotten Tomatoes; scored out of 100
score from Metacritic where scores are weighted average of reviews; scored out of 100
score from market research firm CinemaScore; scored by grades A, B, C, D, and F
score from Critics' Choice Movie Awards presented by the American-Canadian Critics Choice Association (CCA); scored out of 100
https://en.wikipedia.org/wiki/List_of_Pixar_films
public_response
public_response