Baselight

Full IMDb Dataset (1M+)

Daily-updated of the IMDb Movies & TV Series Dataset

@kaggle.octopusteam_full_imdb_dataset

Data
@kaggle.octopusteam_full_imdb_dataset.data

  • 26.44 MB
  • 1038585 rows
  • 7 columns
id

Id

title

Title

type

Type

genres

Genres

averagerating

AverageRating

numvotes

NumVotes

releaseyear

ReleaseYear

tt0000009Miss JerrymovieRomance5.42171894
tt0000147The Corbett-Fitzsimmons FightmovieDocumentary, News, Sport5.25471897
tt0000502Bohemiosmovienan4.4181905
tt0000574The Story of the Kelly GangmovieAction, Adventure, Biography69631906
tt0000591The Prodigal SonmovieDrama5.6301907
tt0000615Robbery Under ArmsmovieDrama4.3271907
tt0000630HamletmovieDrama3.1301908
tt0000675Don QuijotemovieDrama4.2221908
tt0000679The Fairylogue and Radio-PlaysmovieAdventure, Fantasy5.2781908
tt0000838A Cultura do Cacaumovienan1909

CREATE TABLE data (
  "id" VARCHAR,
  "title" VARCHAR,
  "type" VARCHAR,
  "genres" VARCHAR,
  "averagerating" DOUBLE,
  "numvotes" DOUBLE,
  "releaseyear" DOUBLE
);

Share link

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