Top Netflix Shows And WebSeries Dataset
Do you watch Netflix ?
@kaggle.durgeshrao9993_netflix_shows_dataset
Do you watch Netflix ?
@kaggle.durgeshrao9993_netflix_shows_dataset
The Top Netflix Movies and Web Series Dataset is a comprehensive collection of information regarding the most popular and critically acclaimed movies and web series available on the Netflix streaming platform. This dataset provides valuable insights into the entertainment preferences of Netflix subscribers and serves as a valuable resource for various purposes, including research, analysis, and recommendation systems.
CREATE TABLE netflix_shows (
"show_id" VARCHAR,
"type" VARCHAR,
"title" VARCHAR,
"country" VARCHAR,
"release_year" BIGINT,
"duration" VARCHAR,
"listed_inside" VARCHAR
);
Anyone who has the link will be able to view this.