Baselight

TV Shows On Netflix, Prime Video, Hulu And Disney+

A collection of tv shows found on these streaming platforms

@kaggle.ruchi798_tv_shows_on_netflix_prime_video_hulu_and_disney

Loading...
Loading...

About this Dataset

TV Shows On Netflix, Prime Video, Hulu And Disney+

Content

The data scraped comprises a comprehensive list of tv shows available on various streaming platforms

Inspiration

  • Which streaming platform(s) can I find this tv show on?
  • Target age group tv shows vs the streaming application they can be found on
  • The year during which a tv show was produced and the streaming platform they can be found on

Tables

Tv Shows

@kaggle.ruchi798_tv_shows_on_netflix_prime_video_hulu_and_disney.tv_shows
  • 168.32 KB
  • 5368 rows
  • 12 columns
Loading...

CREATE TABLE tv_shows (
  "unnamed_0" BIGINT,
  "id" BIGINT,
  "title" VARCHAR,
  "year" BIGINT,
  "age" VARCHAR,
  "imdb" 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.