This folder contains a data analytics project focused on analyzing the Netflix dataset. The project includes exploratory data analysis, business insights, and recommendations based on the findings.
The dataset used in this project is the Netflix dataset, which provides information about various TV shows and movies available on the Netflix platform. The dataset includes attributes such as title, director, cast, genre, release year, and user ratings.
The exploratory data analysis (EDA) phase involves analyzing and visualizing the Netflix dataset to gain insights into the content available on the platform. The EDA process includes:
- Data cleaning and preprocessing
- Descriptive statistics
- Visualization of key metrics and trends
- Distribution analysis
To run the code and reproduce the analysis, the following dependencies are required:
- Python 3
- Jupyter Notebook
- Data analysis and visualization libraries
Please ensure that these dependencies are installed before running the code.
To explore the project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the
data-analytics-project
folder. - Open the Jupyter notebooks in the
notebooks/
directory to view the code and analysis. - Run the code cells to reproduce the analysis and generate visualizations.
- Refer to the final report in the
reports/
directory for a comprehensive summary of the project.