Pearson Correlation Coefficient Calculator implementation in Python. Program reads a .csv file with User IDs, Movies IDs, Movie Name, Genre and User Rating. Based on the .csv data, the program can output which movies the user has rated, Pearson Correlation Coefficient between two chosen users, while also predicting a rating for a movie that the user has not yet rated. Another feature is recommending N amount of movies, with a prediction for the rating.