Baselight

Netflix Movies And TV Shows

Listings of movies and tv shows on Netflix - Regularly Updated

@kaggle.shivamb_netflix_shows

Loading...
Loading...

About this Dataset

Netflix Movies And TV Shows

Other Platform's Datasets (Click on the logos to view)

[![alt text][1]][2] [![alt text][3]][4] [![alt text][5]][6] [![alt text][7]][8]
[1]: https://i.imgur.com/As0PMcL.jpg =75x20
[2]: https://www.kaggle.com/shivamb/netflix-shows
[3]: https://i.imgur.com/r5t3MpQ.jpg =75x20
[4]: https://www.kaggle.com/shivamb/amazon-prime-movies-and-tv-shows
[5]: https://i.imgur.com/4a4ZMuy.png =75x30
[6]: https://www.kaggle.com/shivamb/disney-movies-and-tv-shows
[7]: https://i.imgur.com/nCL8Skc.png?1 =75x32
[8]: https://www.kaggle.com/shivamb/hulu-movies-and-tv-shows

Netflix Movies and TV Shows

About this Dataset: Netflix is one of the most popular media and video streaming platforms. They have over 8000 movies or tv shows available on their platform, as of mid-2021, they have over 200M Subscribers globally. This tabular dataset consists of listings of all the movies and tv shows available on Netflix, along with details such as - cast, directors, ratings, release year, duration, etc.

Featured Notebooks: Click Here to View Featured Notebooks
Milestone: Oct 18th, 2021: Most Upvoted Dataset on Kaggle by an Individual Contributor

Interesting Task Ideas

  1. Understanding what content is available in different countries
  2. Identifying similar content by matching text-based features
  3. Network analysis of Actors / Directors and find interesting insights
  4. Does Netflix has more focus on TV Shows than movies in recent years.

Check my Other Datasets

Tables

Netflix Titles

@kaggle.shivamb_netflix_shows.netflix_titles
  • 1.92 MB
  • 8807 rows
  • 12 columns
Loading...

CREATE TABLE netflix_titles (
  "show_id" VARCHAR,
  "type" VARCHAR,
  "title" VARCHAR,
  "director" VARCHAR,
  "cast" VARCHAR,
  "country" VARCHAR,
  "date_added" VARCHAR,
  "release_year" BIGINT,
  "rating" VARCHAR,
  "duration" VARCHAR,
  "listed_in" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.