Top 100 Popular Movies From 2003 To 2022 (iMDB)
The dataset contains 2000 movies and 13 features
@kaggle.georgescutelnicu_top_100_popular_movies_from_2003_to_2022_imdb
The dataset contains 2000 movies and 13 features
@kaggle.georgescutelnicu_top_100_popular_movies_from_2003_to_2022_imdb
CREATE TABLE movies (
"title" VARCHAR,
"rating" DOUBLE,
"year" BIGINT,
"month" VARCHAR,
"certificate" VARCHAR,
"runtime" VARCHAR,
"directors" VARCHAR,
"stars" VARCHAR,
"genre" VARCHAR,
"filming_location" VARCHAR,
"budget" VARCHAR,
"income" VARCHAR,
"country_of_origin" VARCHAR
);
Anyone who has the link will be able to view this.