Baselight

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

Loading...
Loading...

About this Dataset

Movies On Netflix, Prime Video, Hulu And Disney+

Content

The dataset contains data that was scraped, which comprised a comprehensive list of movies available on various streaming platforms

Inspiration

  • Which streaming platform(s) can I find this movie on?
  • Target age group movies vs the streaming application they can be found on

Tables

Moviesonstreamingplatforms

@kaggle.ruchi798_movies_on_netflix_prime_video_hulu_and_disney.moviesonstreamingplatforms
  • 292.19 KB
  • 9515 rows
  • 11 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.