Exploratory Data Analysis(EDA) | Data Analysis on Movie Lens Dataset


Import the required modules and load the data in panda data-frame. we would load the data from 2 different files and the merge it into single data-set using pandas.
Loading the movie data set from another file
Merging movie and ratings dataset using pandas merge, we would drop timestamp column.
now lets remove the list of movie with just 1 review from the dataset as shown
Lets group the merged dataset by userid and plot the graphs
Plotting graph for movies with more rating say more than 200
Lets group by movies and plot the graphs
Lets extract the movies with low ratings. 

No comments:

Post a Comment

Note: only a member of this blog may post a comment.