Learn practical skills, build real-world projects, and advance your career

Movie Recommender System

TODO - In this project we are going to be analyzing some interesting movie stats.We are going to be drawing conclusions like what is the mmost watched movies,what genre are liked the most and somre interesting facts.

Downloading the Dataset

TODO - We have downloaded this datatset from kaggle .
The dataset has:

1)Numerical columns: Budget, Gross, Runtime, Score and Votes.

2)Categorical columns: Company, Country, Director, Genre, Name, Rating, Star and Writer.

3)Date columns: Released and Year.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Change this
dataset_url = 'https://www.kaggle.com/danielgrijalvas/movies?select=movies.csv'