Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atharvapathak/rsvp_movies_case_study
SQL queries performed on IMDb database to provide recommendations to RSVP Movies based on insights.
https://github.com/atharvapathak/rsvp_movies_case_study
data-analysis data-cleaning data-science imdb-dataset rsvp-movies sql
Last synced: 14 days ago
JSON representation
SQL queries performed on IMDb database to provide recommendations to RSVP Movies based on insights.
- Host: GitHub
- URL: https://github.com/atharvapathak/rsvp_movies_case_study
- Owner: atharvapathak
- Created: 2023-09-20T03:13:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T03:14:48.000Z (over 1 year ago)
- Last Synced: 2024-11-15T09:17:14.319Z (3 months ago)
- Topics: data-analysis, data-cleaning, data-science, imdb-dataset, rsvp-movies, sql
- Homepage:
- Size: 3.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSVP-Movies
SQL queries performed on IMDb database to provide recommendations to RSVP Movies based on insights.# Problem Introduction
RSVP Movies is an Indian film production company which has produced many super-hit movies. They have usually released movies for the Indian audience but for their next project, they are planning to release a movie for the global audience in 2022.The production company wants to plan their every move analytically based on data and have approached you for help with this new project. You have been provided with the data of the movies that have been released in the past three years. You must analyze the data set and draw meaningful insights that can help them start their new project.
You are a data analyst and an SQL expert. You must use SQL to analyze the given data and give recommendations to RSVP Movies based on the insights. For your convenience, the entire analytics process has been divided into four segments, where each segment leads to significant insights from different combinations of tables. The questions in each segment with business objectives are written in the script.
# Data Set and Database Creation
1. Download the IMDb dataset.
2. The first tab contains the ERD and the table details. Study that carefully and understand the relationships between the table.
3. Inspect each table given in the subsequent tabs and understand the features associated with each of them.
4. Open your MySQL Workbench and start writing the DDL and DML commands to create the database.If you don't wish to perform the data loading part, you can directly download the SQL script file containing all the commands and data required for the database creation and start directly with the querying.
# ERD
![alt text](https://github.com/manaswikamila05/RSVP-Movies/blob/main/ERD.JPG?raw=true)## Support
Give a ⭐️ if you like this project!