Skip to content

sahilkarande/IMDB-Movie-Data-Analysis-SQL-Project-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 IMDB Movie Data Analysis (SQL Project) : In Progress

This project is a comprehensive SQL-based analysis of the IMDB movie dataset. It explores movie trends, genres, directors, production houses, and actors based on various metrics like ratings, duration, and votes.

The analysis addresses 29 SQL questions, each solved using three different methods:

  • Standard SQL (SELECT-FROM-WHERE)
  • SQL with JOINS
  • SQL with Subqueries/CTEs

The project was developed as part of an academic assignment at CDAC Mumbai by Team 9 – Code Alchemist under the Diploma in Big Data Analytics (DBDA) program.


πŸ‘₯ Team 9 – Code Alchemist

Name Role
Rishabh Tripathi Member
Ruchika Mhetre Member
Rudrang Darade Technical Lead
Rushikesh Chavhan Member
Sadik Jamadar Member
Sahil Karande Technical Class Representative
Sakshi Khandagale Communication Lead

πŸ“Š Project Objectives

  • Analyze the IMDB dataset to extract key business insights
  • Perform structured query analysis using multiple SQL approaches
  • Identify genre trends, high-performing actors/directors, and language patterns
  • Make actionable recommendations for future productions

πŸ“ Project Structure

imdb-data-analysis/ β”‚ β”œβ”€β”€ database/ β”‚ β”œβ”€β”€ create_tables.sql # SQL to create IMDB database schema β”‚ β”œβ”€β”€ insert_data.sql # Sample data insert commands β”‚ └── erd.png # Entity-Relationship Diagram β”‚ β”œβ”€β”€ queries/ β”‚ β”œβ”€β”€ query01_three_methods.sql β”‚ β”œβ”€β”€ query02_three_methods.sql β”‚ └── ... # All 29 queries solved by 3 methods each β”‚ | β”œβ”€β”€ Executive Summary - Team 9.pdf # Final compiled report └── README.md # This file


πŸ“ˆ Key Insights

  • 🎭 Drama is the most dominant genre (4285 movies); 1078 produced in 2019 alone.
  • πŸ“… 2017 saw the highest number of movie releases; March was the busiest month.
  • ⏱️ Action movies had the longest average durations (112.88 mins); Horror had the shortest.
  • 🎬 Top production houses by hit count: Dream Warrior Pictures, National Theatre Live.
  • πŸŽ₯ Best directors in popular genres: James Mangold, Joe Russo, Anthony Russo.
  • πŸ‘‘ Highest-rated Indian actor: Vijay Sethupathi (Avg Rating: 8.42).
  • πŸ‘Έ Highest-rated Indian actress: Taapsee Pannu (Avg Rating: 7.74).
  • 🌐 Multilingual hit leaders: Star Cinema and Twentieth Century Fox.
  • πŸ’₯ Studios with most votes: Marvel Studios, Twentieth Century Fox, Warner Bros.

βœ… Recommendations

  • 🎯 RSVP Movies should focus on the Drama genre in future productions.
  • 🌍 Release the movie in English for broader international appeal.

πŸ› οΈ Tools & Technologies

  • SQL (MySQL / PostgreSQL)
  • Relational Database Design
  • ER Diagrams
  • Python (Pandas, Seaborn - optional for visuals)
  • Markdown & Git/GitHub

πŸ“ Project Context

This analysis was performed as part of the academic curriculum at CDAC Mumbai under the Diploma in Big Data Analytics (DBDA) program. It was a team project executed by Team 9 – Code Alchemist as part of the database module’s major assignment.


πŸ”— Connect with Us


πŸ“ Feel free to explore the repository to see SQL queries, visual insights, and our complete analytical process.

About

IMDB Movie Data Analysis (SQL Project)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors