Baselight

Disney Plus Movies And TV Shows

Movies and TV Shows listings on Disney Plus

@kaggle.unanimad_disney_plus_shows

Loading...
Loading...

About this Dataset

Disney Plus Movies And TV Shows


Please, If you enjoyed this dataset, don't forget to upvote it.


Content

This dataset contains a couple of shows and series are available on Disney+ stream service. Also, this dataset contains Internet Mobie Database (IMDb) ratings that can provide many interesting insights.


Acknowledgements

  1. The dataset is collected from Flixable.
  2. The dataset is updated monthly, every 1st day.

Inspiration

  1. What is the content available in different countries?
  2. Are there similar content by genre, writer or director?
  3. Are there similar plot by genre?
  4. Which was the biggest title that won most awards?

Tables

Disney Plus Shows

@kaggle.unanimad_disney_plus_shows.disney_plus_shows
  • 221.55 KB
  • 992 rows
  • 19 columns
Loading...

CREATE TABLE disney_plus_shows (
  "imdb_id" VARCHAR,
  "title" VARCHAR,
  "plot" VARCHAR,
  "type" VARCHAR,
  "rated" VARCHAR,
  "year" VARCHAR,
  "released_at" VARCHAR,
  "added_at" VARCHAR,
  "runtime" VARCHAR,
  "genre" VARCHAR,
  "director" VARCHAR,
  "writer" VARCHAR,
  "actors" VARCHAR,
  "language" VARCHAR,
  "country" VARCHAR,
  "awards" VARCHAR,
  "metascore" DOUBLE,
  "imdb_rating" DOUBLE,
  "imdb_votes" DOUBLE
);

Share link

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