Baselight

IMDb Movies/Shows With Descriptions

Top 8k movies and/or tv shows with descriptions from the 90s and onwards

@kaggle.ishikajohari_imdb_data_with_descriptions

Imdb
@kaggle.ishikajohari_imdb_data_with_descriptions.imdb

  • 2.2 MB
  • 7850 rows
  • 21 columns
unnamed_0

Unnamed: 0

index

Index

tconst

Tconst

titletype

TitleType

primarytitle

PrimaryTitle

originaltitle

OriginalTitle

isadult

IsAdult

startyear

StartYear

endyear

EndYear

runtimeminutes

RuntimeMinutes

genres

Genres

averagerating

AverageRating

numvotes

NumVotes

ordering

Ordering

title

Title

region

Region

language

Language

types

Types

attributes

Attributes

isoriginaltitle

IsOriginalTitle

description

Description

tt0102926movieThe Silence of the LambsThe Silence of the Lambs1991\N118Crime,Drama,Thriller8.6147391850The Silence of the LambsUSen\N\NJodie Foster stars as Clarice Starling, a top student at the FBI's training academy. Jack Crawford (Scott Glenn) wants Clarice to interview Dr. Hannibal Lecter (Anthony Hopkins), a brilliant psychiatrist who is also a violent psychopath, serving life behind bars for various acts of murder and cannib…
11tt0103064movieTerminator 2: Judgment DayTerminator 2: Judgment Day1991\N137Action,Sci-Fi8.6112816617Terminator 2: Judgment DayUSendvd\NIn this sequel set eleven years after "The Terminator," young John Connor (Edward Furlong), the key to civilization's victory over a future robot uprising, is the target of the shape-shifting T-1000 (Robert Patrick), a Terminator sent from the future to kill him. Another Terminator, the revamped T-8…
23tt0110357movieThe Lion KingThe Lion King1994\N88Adventure,Animation,Drama8.5109088218The Lion King 3DUSen\N3-D versionThis Disney animated feature follows the adventures of the young lion Simba (Jonathan Taylor Thomas), the heir of his father, Mufasa (James Earl Jones). Simba's wicked uncle, Scar (Jeremy Irons), plots to usurp Mufasa's throne by luring father and son into a stampede of wildebeests. But Simba escape…
34tt0110912moviePulp FictionPulp Fiction1994\N154Crime,Drama8.9211876222Pulp FictionUSen\N\NVincent Vega (John Travolta) and Jules Winnfield (Samuel L. Jackson) are hitmen with a penchant for philosophical discussions. In this ultra-hip, multi-strand crime movie, their storyline is interwoven with those of their boss, gangster Marsellus Wallace (Ving Rhames) ; his actress wife, Mia (Uma Th…
45tt0111161movieThe Shawshank RedemptionThe Shawshank Redemption1994\N142Drama9.327596212The Shawshank RedemptionUSen\N\NAndy Dufresne (Tim Robbins) is sentenced to two consecutive life terms in prison for the murders of his wife and her lover and is sentenced to a tough prison. However, only Andy knows he didn't commit the crimes. While there, he forms a friendship with Red (Morgan Freeman), experiences brutality of …
58tt0120338movieTitanicTitanic1997\N194Drama,Romance7.912265361TitanicUSen\N\NJames Cameron's "Titanic" is an epic, action-packed romance set against the ill-fated maiden voyage of the R.M.S. Titanic; the pride and joy of the White Star Line and, at the time, the largest moving object ever built. She was the most luxurious liner of her era -- the "ship of dreams" -- which ult…
69tt0121164movieCorpse BrideCorpse Bride2005\N77Animation,Drama,Family7.328514636Corpse BrideUSen\N\NVictor (Johnny Depp) and Victoria's (Emily Watson) families have arranged their marriage. Though they like each other, Victor is nervous about the ceremony. While he's in a forest practicing his lines for the wedding, a tree branch becomes a hand that drags him to the land of the dead. It belongs to…
714tt0172495movieGladiatorGladiator2000\N155Action,Adventure,Drama8.5154245843GladiatorUSen\N\NCommodus (Joaquin Phoenix) takes power and strips rank from Maximus (Russell Crowe), one of the favored generals of his predecessor and father, Emperor Marcus Aurelius, the great stoical philosopher. Maximus is then relegated to fighting to the death in the gladiator arenas.
815tt0212720movieA.I. Artificial IntelligenceA.I. Artificial Intelligence2001\N146Drama,Sci-Fi7.231545825A.I. Artificial IntelligenceUSen\N\NA robotic boy, the first programmed to love, David (Haley Joel Osment) is adopted as a test case by a Cybertronics employee (Sam Robards) and his wife (Frances O'Connor). Though he gradually becomes their child, a series of unexpected circumstances make this life impossible for David. Without final …
916tt0217930tvMiniSeriesEgypt UncoveredEgypt1998\N\NDocumentary8699Egypt UncoveredUSen\N\NExamines one of the most enduring civilizations in history.

CREATE TABLE imdb (
  "unnamed_0" BIGINT,
  "index" BIGINT,
  "tconst" VARCHAR,
  "titletype" VARCHAR,
  "primarytitle" VARCHAR,
  "originaltitle" VARCHAR,
  "isadult" BIGINT,
  "startyear" BIGINT,
  "endyear" VARCHAR,
  "runtimeminutes" VARCHAR,
  "genres" VARCHAR,
  "averagerating" DOUBLE,
  "numvotes" BIGINT,
  "ordering" BIGINT,
  "title" VARCHAR,
  "region" VARCHAR,
  "language" VARCHAR,
  "types" VARCHAR,
  "attributes" VARCHAR,
  "isoriginaltitle" BIGINT,
  "description" VARCHAR
);

Share link

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