Code Challenge 13 – Highest Rated Movie Directors
Blog post from Pybites
In a new Python coding challenge aimed at enhancing data analysis skills, participants are tasked with parsing a movie dataset to identify the 20 highest-rated directors based on their average IMDB scores. The challenge involves using the csv.DictReader to extract essential data from the movie_metadata.csv file, focusing on directors with a minimum of four movies, while considering films from the year 1960 onwards. Participants are encouraged to use their preferred tools, such as Pandas or SQL, to achieve this goal. The challenge also provides a template and tests, and participants are invited to share their solutions via a pull request to be featured in a community branch. The exercise emphasizes learning and improving Python skills, underscoring that there is no singular best solution.