powered by
List of directors for all episodes from Torchwood series (2006-2011)
torchwood_writers
This data frame contains the following columns:
story_number
Story number
writer
Episode's writer
library(dplyr) torchwood_writers |> count(writer, sort = TRUE) |> head(5)
Run the code above in your browser using DataLab