IMDB 100 Movies
The data comprises of movies and information about it.
@kaggle.kabhishm_imdb_100_movie_titles
The data comprises of movies and information about it.
@kaggle.kabhishm_imdb_100_movie_titles
The dataset contains 100 movie titles with their name, genre, runtime, year, and their description.
File: IMDB_100.csv
This file contains the following columns:
CREATE TABLE imdb_100 (
"name" VARCHAR,
"genre" VARCHAR,
"description" VARCHAR,
"year" BIGINT,
"runtime" VARCHAR
);
Anyone who has the link will be able to view this.