Full IMDb Dataset (1M+)
Daily-updated of the IMDb Movies & TV Series Dataset
@kaggle.octopusteam_full_imdb_dataset
Daily-updated of the IMDb Movies & TV Series Dataset
@kaggle.octopusteam_full_imdb_dataset
CREATE TABLE data (
"id" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"genres" VARCHAR,
"averagerating" DOUBLE,
"numvotes" DOUBLE,
"releaseyear" DOUBLE
);
Anyone who has the link will be able to view this.