Movies On Netflix, Prime Video, Hulu And Disney+
A collection of movies found on these streaming platforms
@kaggle.ruchi798_movies_on_netflix_prime_video_hulu_and_disney
A collection of movies found on these streaming platforms
@kaggle.ruchi798_movies_on_netflix_prime_video_hulu_and_disney
The dataset contains data that was scraped, which comprised a comprehensive list of movies available on various streaming platforms
CREATE TABLE moviesonstreamingplatforms (
"unnamed_0" BIGINT -- Unnamed: 0,
"id" BIGINT,
"title" VARCHAR,
"year" BIGINT,
"age" VARCHAR,
"rotten_tomatoes" VARCHAR,
"netflix" BIGINT,
"hulu" BIGINT,
"prime_video" BIGINT,
"disney" BIGINT -- Disney+,
"type" BIGINT
);Anyone who has the link will be able to view this.