Question: write a python program That's how data looks like in file. (f) Fill out 'average_best_annual' to return the average imdb score (imdb) of the highest
write a python program That's how data looks like in file. 
(f) Fill out 'average_best_annual' to return the average imdb score ("imdb") of the highest grossing movie ("gross") of each year ("title_year"). The average you return should be taken over all years present in the dataset. def average_best_annual(profitMovies): \#\#\# \#\#\# YOUR CODE HERE \#\# profitMovies = add_profit_col(cleanMovies) \#This function will operate on the reduced dataset print(average_best_annual(profitMovies)) .com/title/tt0092005/?ref_=fn_tt_tt_1,584,English,USA,R,8000000,1986,107,8.1,1.85,24000 Comedy| Crime |Drama|Romance, Will Smith,FocusB ,149337,11943,Gerald McRa
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
