This week's data is from Wikipedia, by way of Andrew Collier.
simpsons <- readr::read_delim("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2019/2019-08-27/simpsons-guests.csv", delim = "|", quote = "")
variable | class | description |
---|---|---|
season | integer | Season of the show |
number | character | Episode number |
production_code | character | Production code for the episode |
episode_title | character | Episode Title |
guest_star | character | Guest star (actual name) |
role | character | Role in the show, either a character or themself |