This data comes from https://trakt.tv and https://en.wikipedia.org/wiki/List_of_Game_of_Thrones_episodes.
Format
A tibble() with 67 rows and 17 variables:
- episode_abs
Overall episode number
- episode, season
Episode within each season and season number
- title
Episode title
- overview
Episode summary
- rating
Rating (1-10) on trakt.tv
- votes
Number of votes ontrakt.tv
- viewers
Viewers according to Wikipedia
- director, writer
Directing and writing credits
- 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
- year
Year of first airing
- epid
Episode ID in
s00e00
format
See also
Other Episode datasets:
futurama
Examples
gameofthrones
#> # A tibble: 73 × 18
#> episode_abs episode season runtime title overview rating votes viewers
#> <int> <int> <int> <int> <chr> <chr> <dbl> <int> <dbl>
#> 1 1 1 1 62 Winter Is C… Jon Arr… 8.08 14151 2.22
#> 2 2 2 1 55 The Kingsro… While B… 8.10 11101 2.2
#> 3 3 3 1 57 Lord Snow Lord St… 8.02 10195 2.44
#> 4 4 4 1 55 Cripples, B… Eddard … 8.06 9791 2.45
#> 5 5 5 1 54 The Wolf an… Catelyn… 8.10 9448 2.58
#> 6 6 6 1 53 A Golden Cr… While r… 8.29 9438 2.44
#> 7 7 7 1 58 You Win or … Robert … 8.26 9256 2.4
#> 8 8 8 1 58 The Pointy … Eddard … 8.12 8955 2.72
#> 9 9 9 1 56 Baelor Robb go… 8.36 8985 2.66
#> 10 10 10 1 53 Fire and Bl… With Ne… 8.56 9077 3.04
#> # ℹ 63 more rows
#> # ℹ 9 more variables: director <chr>, writer <chr>, first_aired <dttm>,
#> # comment_count <int>, trakt <chr>, imdb <chr>, tvdb <chr>, tmdb <chr>,
#> # updated_at <dttm>