Baselight

TV Shows

A full, 3NF database that about current TV Shows (Approximately 160K Shows)

@kaggle.denizbilginn_tv_shows

  • 7.4 MB
  • 230076 rows
  • 3 columns
link_type_id

Link Type Id

show_id

Show Id

link

Link

11399http://www.hbo.com/game-of-thrones
171446https://www.netflix.com/title/80192098
166732https://www.netflix.com/title/80057281
11402http://www.amc.com/shows/the-walking-dead--1002293
163174https://www.netflix.com/title/80057918
169050http://www.cwtv.com/shows/riverdale/
193405https://www.netflix.com/title/81040344
11396http://www.amc.com/shows/breaking-bad
171712https://abc.com/shows/the-good-doctor
185271https://www.disneyplus.com/series/wandavision/4SrN28ZjDLwH

CREATE TABLE links (
  "link_type_id" BIGINT,
  "show_id" BIGINT,
  "link" VARCHAR
);

Share link

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