Problem Statement: IMDb ratings are highly recognized in the movie industry. The data they collated possesses insights that are not readily visible online so querying the data will allow us to understand how movies performed in multiple facets of judgements.
Research Question: Can SQL be used to query the IMDb data in order to reveal insightful information about IMDb movies?
Aim and Objectives: The aim of this project is to explore the IMDb data with the use of SQL queries which would inadvertently improve my SQL skills. The objectives are: - To load and preprocess the data and the write sql queries using the jupyter notebook
Project Specifications: The project was carried out in the jupyter notebook using a mix of python and sql languages.