This Python project analyzes Netflix content data using various visualizations such as genre distribution, yearly release trends, maturity rating distribution, and feature correlation heatmaps. The analysis is styled with a Netflix-themed color palette.
numpypandasmatplotlibseaborn
Install with:
pip install numpy pandas matplotlib seabornThe dataset is from Kaggle and includes attributes like:
- Main Genre
- Release Year
- Maturity Rating
- Genre Distribution: Bar chart of content genres.
- Yearly Release Trend: Histogram of content releases by year.
- Maturity Rating Distribution: Pie chart of content ratings.
- Feature Correlation Heatmap: Correlation heatmap of numerical features.
- Place the dataset at the correct path or update the
file_pathvariable. - Run the script:
python netflix_analysis.pyOpen-source under the MIT License.
