Baselight

Movies And TV Shows

Movies and TV Shows listed on Popular OTT

@kaggle.krishnaraj30_movies_and_tv_shows

Loading...
Loading...

About this Dataset

Movies And TV Shows

This Popular OTT have close to 10000 movies or tv shows available on their platform, as of mid-2021, they have over 200M Subscribers globally. This tabular dataset consists of listings of all the movies and tv along with details such as - cast, directors, ratings, release year, duration, etc.*

Tables

Movies And Tv Shows

@kaggle.krishnaraj30_movies_and_tv_shows.movies_and_tv_shows
  • 2.46 MB
  • 9668 rows
  • 12 columns
Loading...

CREATE TABLE movies_and_tv_shows (
  "show_id" VARCHAR,
  "type" VARCHAR,
  "title" VARCHAR,
  "director" VARCHAR,
  "cast" VARCHAR,
  "country" VARCHAR,
  "date_added" VARCHAR,
  "release_year" BIGINT,
  "rating" VARCHAR,
  "duration" VARCHAR,
  "listed_in" VARCHAR,
  "description" VARCHAR
);

Share link

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