IMDb Top 100 Movies
IMDb Top 100 Movies of All Time
@kaggle.themrityunjaypathak_imdb_top_100_movies
IMDb Top 100 Movies of All Time
@kaggle.themrityunjaypathak_imdb_top_100_movies
IMDb Top 100 is the list of highest rated movies of all time by IMDb.
Movie in the list ranges from 1972 to 2015.
There are 100 Rows and 9 Columns in the Dataset.
Extraction Tool - BeautifulSoup with Python
CREATE TABLE movies (
"index" DOUBLE,
"movie_name" VARCHAR,
"year_of_release" VARCHAR,
"category" VARCHAR,
"run_time" VARCHAR,
"genre" VARCHAR,
"imdb_rating" DOUBLE,
"votes" BIGINT,
"gross_total" VARCHAR
);Anyone who has the link will be able to view this.