This project is a comprehensive data analysis of the Netflix dataset, providing insights into various aspects of the content library. The analysis covers key metrics and trends, including content distribution by category and country, an examination of movie durations, and a look at content release years.
Data Cleaning and Preprocessing: Handles missing values and standardizes data formats for consistent analysis.
Netflix Data Analysis.ipynb: The main Jupyter Notebook containing all the Python code, visualizations, and analysis.
The following Python libraries are required to run the notebook:
Place the Netflix Dataset.csv file in the same directory as the Netflix Data Analysis.ipynb notebook.
Open the notebook in a Jupyter environment (JupyterLab, Jupyter Notebook, or VS Code with the Jupyter extension).
Run all the cells in the notebook to reproduce the analysis.