Comparing Ratings by Gender and Plotting Them
Learn how to filter the movie lens database by gender.
We'll cover the following...
Let’s see which movies are top-rated by females in the movie lens database.
Look at the highlighted line 26 of the code widget below. We’re sorting ratings_by_gender in the 'F’ column, ...