IMBD TOP 1000 WITH DESCRIPTION
Top 1000 movie according imbd
@kaggle.akashkotal_imbd_top_1000_with_description
Top 1000 movie according imbd
@kaggle.akashkotal_imbd_top_1000_with_description
Context
IMDb (also known as the Internet Movie Database) is an online database of information related to movies, it combines movie plot description, Metastore ratings, critic and user ratings and reviews, release dates, and many more aspects.
Most data in the database is provided by volunteer contributors.
Content
This dataset includes IMDB top 1,000 movies of all time with attributes such as Title, Certificate, Duration, Genre, etc.
Acknowledgements
The data in this dataset has been scraped using selenium from the publicly available website https://www.imdb.com.
CREATE TABLE top_1000_imdb_movies_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"movie_name" VARCHAR,
"year_of_release" VARCHAR,
"watch_time" VARCHAR,
"movie_rating" DOUBLE,
"meatscore_of_movie" VARCHAR,
"votes" BIGINT,
"gross" VARCHAR,
"description" VARCHAR
);Anyone who has the link will be able to view this.