IMDB Horror Movie Dataset [2012 Onwards]
Dataset of 3300+ movies based on popularity
@kaggle.promptcloudhq_imdb_horror_movie_dataset
Dataset of 3300+ movies based on popularity
@kaggle.promptcloudhq_imdb_horror_movie_dataset
On the occasion of Halloween, we thought of sharing a spooky dataset for the community to crunch on the data!
Remember - "This Halloween could get a lot more spookier, but treats are guaranteed".
The dataset goes back to 2012 and contains the following data fields:
The data was extracted by PromptCloud's in-house data extraction solution.
Some of the things that can be explored are the following:
Number of horror movies released over the years
Number of movies released in terms of country
Rating and run time distribution
Spooky regions by considering the shooting location
Text mining on the description text
CREATE TABLE imdb_horror_movies (
"title" VARCHAR,
"genres" VARCHAR,
"release_date" VARCHAR,
"release_country" VARCHAR,
"movie_rating" VARCHAR,
"review_rating" DOUBLE,
"movie_run_time" VARCHAR,
"plot" VARCHAR,
"cast" VARCHAR,
"language" VARCHAR,
"filming_locations" VARCHAR,
"budget" VARCHAR
);
Anyone who has the link will be able to view this.