Baselight

Rotten Tomatoes Movie Database

Information of all the movies on Rotten Tomatoes

@kaggle.ayushkalla1_rotten_tomatoes_movie_database

Loading...
Loading...

About this Dataset

Rotten Tomatoes Movie Database

Context

This dataset was developed as a part of my college project 'Movie Genre Prediction' that involved implementation of Machine Learning Algorithms for Genre Prediction.

Content

The dataset has 21 rows ranging from movie description to movie Genre.
The movie ratings are not included in the dataset.

Acknowledgements

The data was scraped from rottentomatoes.com and was made possible because of that.

Tables

All Movie

@kaggle.ayushkalla1_rotten_tomatoes_movie_database.all_movie
  • 16.86 MB
  • 29810 rows
  • 21 columns
Loading...

CREATE TABLE all_movie (
  "cast_1" VARCHAR,
  "cast_2" VARCHAR,
  "cast_3" VARCHAR,
  "cast_4" VARCHAR,
  "cast_5" VARCHAR,
  "cast_6" VARCHAR,
  "description" VARCHAR,
  "director_1" VARCHAR,
  "director_2" VARCHAR,
  "director_3" VARCHAR,
  "genre" VARCHAR,
  "rating" VARCHAR,
  "release_date" VARCHAR,
  "runtime" VARCHAR,
  "studio" VARCHAR,
  "title" VARCHAR,
  "writer_1" VARCHAR,
  "writer_2" VARCHAR,
  "writer_3" VARCHAR,
  "writer_4" VARCHAR,
  "year" BIGINT
);

Share link

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