Baselight

IMDB Movies

List of outstanding movies

@kaggle.totoro29_imdb_movies

Loading...
Loading...

About this Dataset

IMDB Movies

IMDB Dataset of movies.
Please consider UPVOTE if you found it useful.

Content
Data:-

  1. Poster Link - Link of the poster that imdb using
  2. Title - Name of the movie
  3. Certificate - Certificate earned by that movie
  4. Runtime - Total runtime of the movie
  5. Genre - Genre of the movie
  6. IMDB Rating - Rating of the movie at IMDB site
  7. Overview - mini story/ summary
  8. Director - Name of the Director
  9. Stars - Name of the Stars
  10. Votes - Total number of votes
  11. Gross Earning - Money earned by that movie

Tables

Movies

@kaggle.totoro29_imdb_movies.movies
  • 905.71 KB
  • 5000 rows
  • 11 columns
Loading...

CREATE TABLE movies (
  "poster" VARCHAR,
  "title" VARCHAR,
  "certificate" VARCHAR,
  "runtime" VARCHAR,
  "genre" VARCHAR,
  "rating" DOUBLE,
  "about" VARCHAR,
  "director" VARCHAR,
  "stars" VARCHAR,
  "votes" BIGINT,
  "gross_earn" VARCHAR
);

Share link

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