Baselight

Movies Daily Update Dataset

Metadata on over 7,00,000 Movies Daily Update Dataset.

@kaggle.akshaypawar7_millions_of_movies

Loading...
Loading...

About this Dataset

Movies Daily Update Dataset

Context

These files contain metadata for more than 700,000 movies listed in the TMDB Dataset. The dataset Update daily to ensure updated movies dataset. Data points include cast, crew, plot keywords, budget, revenue, posters, release dates, languages, production companies, countries, TMDB vote counts and vote averages, reviews, recommendations.

Acknowledgements

This dataset from TMDB Dataset.
The Movie Details, Credits and Keywords have been collected from the TMDB Open API. This product uses the TMDB API but is not endorsed or certified by TMDB. Their API also provides access to data on many additional movies, actors and actresses, crew members, and TV shows. You can try it for yourself here.

Some of the things you can do with this dataset:

  • Building Content Based and Collaborative Filtering Based Recommendation Engines.
  • Predicting movie revenue and/or movie success based on a certain metric.
  • What movies tend to get higher vote counts and vote averages on TMDB?

Tables

Movies

@kaggle.akshaypawar7_millions_of_movies.movies
  • 229.29 MB
  • 722317 rows
  • 20 columns
Loading...

CREATE TABLE movies (
  "id" BIGINT,
  "title" VARCHAR,
  "genres" VARCHAR,
  "original_language" VARCHAR,
  "overview" VARCHAR,
  "popularity" DOUBLE,
  "production_companies" VARCHAR,
  "release_date" TIMESTAMP,
  "budget" DOUBLE,
  "revenue" DOUBLE,
  "runtime" DOUBLE,
  "status" VARCHAR,
  "tagline" VARCHAR,
  "vote_average" DOUBLE,
  "vote_count" DOUBLE,
  "credits" VARCHAR,
  "keywords" VARCHAR,
  "poster_path" VARCHAR,
  "backdrop_path" VARCHAR,
  "recommendations" VARCHAR
);

Share link

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