A project that explores and visualizes trends in Netflix content using a cleaned dataset. The analysis focuses on content distribution, ratings, and genre preferences.
Overview
This project analyzes a cleaned dataset from Netflix to uncover insights such as the most popular genres, trends over time, and ratings distribution. It includes visualizations to present key findings.
Python-> for analysis Pandas,NumPy and Matplotlib for data processing and visualization Jupyter Notebook-> for running the analysis
The dataset contains the following columns:
- Title: Name of the content.
- Director: Director(s) of the content.
- Rating: Content's rating.
- Genre: Genre(s) of the content.
- Release Year**: Year of release.
-
Clone the repository: git clone https://github.com/Babugv2003/Netflix-Data-Analytics.git
-
Navigate to the project directory:
cd Netflix-Data-Analytics
-
Install dependencies:
pip install -r requirements.txt
-
Open the Jupyter Notebook: jupyter notebook
-
Launch
netflix_titles_cleaned_project.ipynband follow the steps to run the analysis.
- Fork the repository.
- Create a new branch and make your changes.
- Push your changes and open a pull request.