A data set with the Pixar films that are part of a franchise and the name of the franchise.
Format
A data frame with 17 rows and 2 columns:
- film
name of film
- franchise
name of franchise the film is part of
Details
Note, not all Pixar films are part of a franchise. For example, "A Bug's Life" is not part of a franchise, but "Toy Story 2" is part of the "Toy Story" franchise.
Examples
pixar_franchises
#> # A tibble: 17 × 2
#> film franchise
#> <chr> <chr>
#> 1 Toy Story Toy Story
#> 2 Toy Story 2 Toy Story
#> 3 Monsters, Inc. Monsters, Inc.
#> 4 Finding Nemo Finding Nemo
#> 5 The Incredibles The Incredibles
#> 6 Cars Cars
#> 7 Toy Story 3 Toy Story
#> 8 Cars 2 Cars
#> 9 Monsters University Monsters, Inc.
#> 10 Inside Out Inside Out
#> 11 Finding Dory Finding Nemo
#> 12 Cars 3 Cars
#> 13 Incredibles 2 The Incredibles
#> 14 Toy Story 4 Toy Story
#> 15 Lightyear Toy Story
#> 16 Inside Out 2 Inside Out
#> 17 Toy Story 5 Toy Story
