Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.28 KB

README.md

File metadata and controls

51 lines (39 loc) · 2.28 KB

🎥 Top 100 Movies Analysis (Python Project)

🚀 Project Overview

This project analyzes the top 100 highest-rated movies of the past decade using Python to uncover valuable insights about movies, actors, voters, ratings, and box office collections. The project is performed in a Jupyter Notebook for easy readability, providing code, visualizations, and key findings.

🛠️ Key Features

Data Exploration:

  • Load and inspect the dataset.
  • Understand the data dictionary for column meanings.

Data Cleaning & Preparation:

  • Handle missing values.
  • Correct data inconsistencies.
  • Prepare the dataset for analysis.

Data Analysis & Insights:

  • Analyze the distribution of ratings and collections.
  • Find the top-rated actors and movies.
  • Investigate voter demographics and their preferences.

Visualization:

  • Create meaningful plots for interpreting the results.
  • Use subplots for effective comparison where needed.

Inferences:

  • Draw actionable conclusions from the analysis.
  • Highlight interesting patterns and trends in the data.

📊 Tech Stack

  • Programming Language: Python 🐍
  • Libraries Used:
    • Pandas for data manipulation
    • Matplotlib and Seaborn for data visualization
    • NumPy for numerical operations

📁 Repository Contents

  • Movie Assignment.ipynb: The Jupyter Notebook containing the Python code, visualizations, and inferences.
  • movies_dataset.csv: The dataset used for analysis (if allowed to include).
  • README.md: Documentation for the repository.

📈 Insights from the Project

  • Identified trends in ratings and collections over the past decade.
  • Highlighted the most influential actors and their performances.
  • Explored how voter demographics influence movie ratings.
  • Uncovered correlations between box office collections and ratings.

🎯 Conclusion

This project provides an in-depth analysis of the top 100 rated movies over the past decade, uncovering key insights into the movie industry, its ratings, and the influence of actors and voters. Through data exploration, cleaning, and visualization, the project delivers actionable insights and meaningful trends that can guide future decisions in the movie industry.

Feel free to explore the notebook and run the code to dive deeper into the analysis!