Objective: Analyze and visualize Netflix movies and series data to uncover key trends and insights Steps Taken:
- Data Preparation
- Exploratory Data Analysis
- Visualizations
- Insights Derived
Data Preparation:
- First i have downloaded the dataset in the online , after downloading i had four excel sheets of data and then i merged those four Excel sheets into one sheet for proper Visualization
- Cleaned the merged data where i found some missing values and handled with imputing averages for numerical columns such as (Duration & number_of_votes)
Exploratory Data Analysis:
- Used PivotTables to summarize data:
- Calculated average scores by genre.
- Analyzed the distribution of movies/shows over time.
- Studied voting patterns and durations.
Visualizations:
- Created insightful charts in Excel:
- Bar Chart: Count of movies/shows in each genre.
- Pie Chart: Genre-wise score distribution.
- Scatter Plot: Relationship between duration and score.
- Heatmap: Average scores across genres and release years (using conditional formatting).
Insights Derived:
- Identified popular and highly rated genres.
- Highlighted trends in average scores and voting patterns.
- Observed correlations between movie/show duration and user ratings.
Tools Used: Microsoft Excel (for data merging, cleaning, and visualization).