Baselight

50,000 IMDB TV And Web Series

Top 50,000 IMDB TV and Web series based on popularity

@kaggle.muralidharbhusal_50000_imdb_tv_and_web_series

Loading...
Loading...

About this Dataset

50,000 IMDB TV And Web Series

About Dataset

Context

Scrapped from IMDb, the dataset is a collection of top 50,000 TV shows worldwide based on their popularity.

Content

The data contains 7 columns and 50,000 rows.

  1. Series Title : The name of the TV show
  2. Release Year : The Year the show was released in
  3. Runtime : The runtime of single episode of the Show
  4. Genre : The genre of the show
  5. Rating : The rating the specific show has received from users in IMDB
  6. Cast : The leading stars of the show
  7. Synopsis : Background and summary of the story of the show

Inspiration

One of the most popular use of this dataset can be to create recommendation systems. The series can be categorized based on cast of your choice, rating and the type of genre you are into among others.

Acknowledgement

The dataset is prepared by scraping the IMDb's website but is not endorsed by IMDb.

Tables

Tv Series

@kaggle.muralidharbhusal_50000_imdb_tv_and_web_series.tv_series
  • 2.47 MB
  • 50000 rows
  • 7 columns
Loading...

CREATE TABLE tv_series (
  "series_title" VARCHAR,
  "release_year" VARCHAR,
  "runtime" VARCHAR,
  "genre" VARCHAR,
  "rating" VARCHAR,
  "cast" VARCHAR,
  "synopsis" VARCHAR
);

Share link

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