An exploratory data analysis project using Python to discover duration trends and short action movies on Netflix during the 1990s.
This project dives into the Netflix dataset to explore movies that were released in the 1990s (1990β1999). The main objectives are:
- π Filter movies based on release year (1990s).
- π¬ Focus on action genre.
- β±οΈ Count short movies (under 90 minutes).
- π Visualize movie duration distribution using a histogram.
- Data filtering using Pandas
- Handling missing data and converting strings (e.g.,
"90 min"
β90
) - Creating new columns for analysis
- Counting short action movies
- Visualization using Matplotlib
- Clear and beginner-friendly code structure
- Python π
- Jupyter Notebook π
- Pandas π
- Matplotlib π