powered by
List of writers for all episodes from the revived Doctor Who era (2005-present)
drwho_writers
This data frame contains the following columns:
story_number
Story number
writer
Episode's writer
library(dplyr) drwho_writers |> count(writer, sort = TRUE) |> head(5)
Run the code above in your browser using DataLab