Baselight

IMDB Horror Movie Dataset [2012 Onwards]

Dataset of 3300+ movies based on popularity

@kaggle.promptcloudhq_imdb_horror_movie_dataset

Loading...
Loading...

About this Dataset

IMDB Horror Movie Dataset [2012 Onwards]

Context

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".

Content

The dataset goes back to 2012 and contains the following data fields:

  • Title
  • Genres
  • Release Date
  • Release Country
  • Movie Rating
  • Review Rating
  • Movie Run Time
  • Plot
  • Cast
  • Language
  • Filming Locations
  • Budget

Acknowledgements

The data was extracted by PromptCloud's in-house data extraction solution.

Inspiration

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

Tables

Imdb Horror Movies

@kaggle.promptcloudhq_imdb_horror_movie_dataset.imdb_horror_movies
  • 1.25 MB
  • 3328 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.