Netflix Movies & Shows Dataset
Listings of movies and tv shows on Netflix - Regularly Updated
@kaggle.ashfakyeafi_netflix_movies_and_shows_dataset
Listings of movies and tv shows on Netflix - Regularly Updated
@kaggle.ashfakyeafi_netflix_movies_and_shows_dataset
This dataset pertains to Netflix, a highly popular media and video streaming service. As of mid-2021, Netflix boasts more than 8,000 movies and TV shows in its library and has amassed a global subscriber base exceeding 200 million. The dataset in tabular form includes information on all the movies and TV shows accessible on Netflix, encompassing details like cast, directors, ratings, release year, duration, and more.
CREATE TABLE netflix_data (
"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.