Netflix Streaming Data
Explore Netflix’s Global Library: Movies, Shows & Documentaries"
@kaggle.ahmadrazakashif_netflix_streaming_data
Explore Netflix’s Global Library: Movies, Shows & Documentaries"
@kaggle.ahmadrazakashif_netflix_streaming_data
This dataset Offers detailed information about Films and TV shows available on Netflix as of 2021. It contains 8,807 Records and 12 attributes, covering a wide range of information such as title, type, director, cast, country, release year, rating, duration, and Category.
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.