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

  1. Load netflix_titles.csv and inspect columns and missing values
  2. Clean date_added and split multi-valued fields (genres, cast, country)
  3. Group and aggregate to compare titles by year, type, and region
  4. Visualize one trend you find and describe it in a sentence

Opening in Colab needs a free Google account — sign in to Google first.

← Teen Mental Health Heart Disease Neural Networks →