Netflix Titles Catalog
Analyze the Netflix titles catalog with tabular data tools.
What you'll do
- Wrangle a real-world catalog with mixed text, date, and categorical columns
- Parse and group by attributes such as type, country, and release year
- Build aggregate views that answer questions about the catalog
Dataset: Netflix Titles Catalog · One row per title (movie or TV show) · Title metadata including type, country, date added, rating, and genres
Steps
- Load netflix_titles.csv and inspect columns and missing values
- Clean date_added and split multi-valued fields (genres, cast, country)
- Group and aggregate to compare titles by year, type, and region
- Visualize one trend you find and describe it in a sentence