I have CSV file. CSV file has user_id, Movie1,Movie2,Movie3,...,Movie250 columns. Please refer CSV file image for reference. Each user gave different rating to movies. Also data contains many NA values. We can't omit the NA values otherwise we will lose may valuable data.At the same time NA will not allow to calculate correct average rating.
I need to solve following queries
- Which movies have maximum views/ratings?
- What is the average rating for each movie?
- Define the top 5 movies with the maximum ratings.Define the top 5 movies with the least audience.