Skip to content

dhanesh456/Exploratory-Data-Analysis-On-Movies-Industry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🎬 Movie Industry Success Analysis

🎯 Objective

Analyze the global film industry to identify the factors that drive commercial and critical success, and translate these insights into actionable strategies for studios and investors entering the market.


📖 Overview

This project performs an in-depth Exploratory Data Analysis (EDA) of the movie industry using Python.
By combining financial, creative, and temporal data from multiple sources such as IMDb, production budgets, award results, and studio records, it aims to uncover key insights that determine box-office and critical success.

The analysis provides data-driven recommendations on:

  • Ideal budget range for profitability
  • Most profitable genres
  • Optimal release months
  • Influence of actors, directors, and studios
  • Relationship between ratings, runtime, and success
  • Budget thresholds for award-winning films

🧰 Tech Stack

Language: Python
Libraries: pandas, matplotlib, seaborn, numpy, datetime
Environment: Jupyter Notebook / VS Code


📂 Datasets Used

Dataset Description
IMDb_base.csv Core movie data including titles, genres, and ratings
IMDb_budgets.csv Movie budget and gross revenue details
Actors_Table.csv Actor participation and performance data
Directors_Table.csv Director filmography and revenue impact
movie_release_dates.csv Global release schedule of films
movie_awards.csv Awards, nominations, and win rates
movie_theater_data.csv Theater distribution and domestic grosses
studiodf.csv Studio-level financials and market performance

⚠️ Datasets are not uploaded due to size limits but can be simulated with similar IMDb and TMDB public datasets.


📊 Key Analyses & Insights

🎥 1. Profitability Analysis

  • Identified a positive relationship between budget and profit up to ~$82M.
  • Beyond that, marginal returns decrease — ideal investment ≈ $82M for ~80% profit margin.

🎭 2. Genre Performance

  • Most profitable genres: Adventure, Action, Comedy, Drama, Sci-Fi, Animation
  • Animation and Sci-Fi show high profits with lower competition.

📅 3. Release Timing

  • Summer months (May–July) yield the highest box-office profits.
  • Secondary peak in November, especially for family & drama films.

⭐ 4. Cast & Crew Influence

  • Introduced the VAR (Value Above Replacement) metric.
  • Actors and directors with VAR ≥ 1.0 consistently outperform industry averages.
  • James Cameron and high-performing lead actors contribute up to 9× average net profit.

🏆 5. Awards & Oscar Strategy

  • Median budget of $35M+ correlates with a higher chance of Oscar wins.
  • Films with ≥3 nominations show the best return on critical success.

🎬 6. Ratings & Runtime

  • PG-13 performs best overall; G/PG excel in Animation.
  • Runtime shows weak correlation with profitability (r ≈ 0.22).

🏢 7. Studio Benchmarking

  • Top 25 studios average 66% profit margin and $50M per movie.
  • Disney consistently leads across metrics — a model for strategic benchmarking.

📈 Final Recommendations

# Recommendation Rationale
1 Budget: Target $82M per film Maximizes ROI and maintains high profit margins
2 Genre Focus: Adventure, Action, Sci-Fi, Animation Highest average profits
3 Release Window: May–July Peak profitability months
4 Talent Strategy: Hire high-VAR directors/actors Consistent outperformance
5 Oscar Campaigns: Invest $35M+ Improves nomination & win probability
6 Ratings Strategy: G/PG for Animation, PG-13 for others Matches audience profitability patterns
7 Benchmarking: Follow Disney-style execution Combines commercial & critical success

About

Exploratory Data Analysis (EDA) on movie industry data using Python. This project uncovers insights into revenue, budget, ratings, and genre trends by analyzing thousands of films with Pandas, Matplotlib, and Seaborn. Includes data cleaning, visualization, and correlation analysis to identify factors influencing box office success.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors