Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

File metadata and controls

27 lines (20 loc) · 1.16 KB

Python Project

🎬 Movie Correlation Analysis with Python

This project explores correlations between different attributes of movies such as budget, gross earnings, company, genre, and more. The analysis is performed using Python libraries to visualize and identify patterns in the dataset.

📌 Project Overview

The main objective of this project is to understand how various movie features are related to each other and to identify which factors contribute most to a movie’s success.
Key steps include:

  • Importing and cleaning the dataset
  • Handling missing values
  • Data exploration and visualization
  • Correlation analysis using heatmaps and scatter plots

🛠️ Technologies Used

  • Python 3
  • Pandas – data manipulation
  • NumPy – numerical operations
  • Matplotlib – data visualization
  • Seaborn – advanced visualization & heatmaps

📊 Key Insights

  • The relationship between budget and gross earnings shows a strong positive correlation.
  • Certain companies and genres have a significant impact on revenue generation.
  • Visualizations like heatmaps and pairplots make it easier to understand feature relationships.