Analyzing Netflix movies and TV shows with Python, Pandas and JSON data processing
Netflix JSON Analysis Project Overview This project analyzes Netflix content data using Python. The dataset was provided in JSON format and processed using the Pandas library. Tools Used Python Pandas JSON Analysis Performed Using Python, I explored the dataset and identified: The number of Movies and TV Shows Top countries producing Netflix content Content releases by year Top actors appearing in Netflix titles Key Insights Movies represent a significant portion of the Netflix catalog. The United States is one of the leading content-producing countries. Content production has increased over recent years. Several actors appear across multiple Netflix titles. Files netflix.json – source dataset analysis.py – Python analysis script README.md – project documentation