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
CREATE TABLE moviesonstreamingplatforms (
"unnamed_0" BIGINT,
"id" BIGINT,
"title" VARCHAR,
"year" BIGINT,
"age" VARCHAR,
"rotten_tomatoes" VARCHAR,
"netflix" BIGINT,
"hulu" BIGINT,
"prime_video" BIGINT,
"disney" BIGINT,
"type" BIGINT
);
Anyone who has the link will be able to view this.