Read in the movies.csv into a dataframe named movies, display the first 5 rows and answer the below 10 questions
url = 'https://raw.githubusercontent.com/PacktPublishing/Pandas-Cookbook/master/data/movie.csv'
7) Display the count of missing values for each column
CodeText
[ ]
8) List thefrequency for the top ten directors
[ ]
9) List the top ten director_name that has the highest average of director_facebook_likes
[ ]
10) List the top ten movie_title that has the longest duration
Get Answers For Free
Most questions answered within 1 hours.