What Drives a Movie's Success? Budget, Ratings & Social Engagement Analysis
Cleaned and analyzed a film industry dataset in Python to test which factors actually correlate with box office revenue and audience engagement, and which ones are commonly overstated.
Key outcomes
- Cleaned the dataset by imputing missing values with column means and validating data types before analysis
- Found a strong correlation (r=0.72) between production budget and gross revenue, but a near-zero correlation (r=0.07) between audience ratings and likes
- Found that view count correlated strongly with both likes and dislikes (r=0.78), showing that visibility drives engagement in both directions, not just positive sentiment
- Found a weak correlation (r=0.29) between a film's social media following and its revenue, challenging the assumption that follower count predicts box office success
- Recommended prioritizing budget allocation and marketing reach over follower-count-driven casting or promotion decisions
- Deliverable: Python/pandas exploratory data analysis notebook with visualizations