This data comes from https://trakt.tv and serves as an example of episode data output.
Format
A tibble() with 124 rows and 18 variables:
- episode, season
Episode within each season and season number
- title
Episode title
- episode_abs
Overall episode number
- overview
Episode summary
- rating
Rating (1-10) on trakt.tv
- votes
Number of votes ontrakt.tv
- comment_count
Number of comments on episode page
- first_aired, updated_at
Original air date and last update in UTC as
POSIXct
- runtime
Runtime in minutes
- trakt, tvdb, tmdb
Episode IDs for trakt.tv, TVDb, and TMDb
- available_translations
List-column of available translation on trakt.tv
See also
Other Episode datasets:
gameofthrones
Examples
futurama
#> # A tibble: 124 × 16
#> season episode title episode_abs overview rating votes comment_count
#> <int> <int> <chr> <int> <chr> <dbl> <int> <int>
#> 1 1 1 Space Pilot 3… 1 "On New… 8.12 2269 3
#> 2 1 2 The Series Ha… 2 "For th… 7.84 1847 3
#> 3 1 3 I, Roommate 3 "When i… 7.86 1666 0
#> 4 1 4 Love's Labour… 4 "On a m… 7.74 1519 4
#> 5 1 5 Fear of a Bot… 5 "Fry an… 7.69 1457 1
#> 6 1 6 A Fishful of … 6 "Fry di… 7.77 1443 1
#> 7 1 7 My Three Suns 7 "Delive… 7.66 1317 0
#> 8 1 8 A Big Piece o… 8 "A big … 7.77 1297 0
#> 9 1 9 Hell Is Other… 9 "During… 7.86 1293 2
#> 10 2 1 A Flight to R… 10 "The Pl… 7.82 1342 1
#> # ℹ 114 more rows
#> # ℹ 8 more variables: first_aired <dttm>, updated_at <dttm>,
#> # available_translations <list>, runtime <int>, trakt <chr>, tvdb <chr>,
#> # imdb <chr>, tmdb <chr>