Netflix Movies And TV Shows
Listings of movies and tv shows on Netflix - Regularly Updated
@kaggle.shivamb_netflix_shows
Listings of movies and tv shows on Netflix - Regularly Updated
@kaggle.shivamb_netflix_shows
[![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
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
- Understanding what content is available in different countries
- Identifying similar content by matching text-based features
- Network analysis of Actors / Directors and find interesting insights
- Does Netflix has more focus on TV Shows than movies in recent years.
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
);Anyone who has the link will be able to view this.