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