Rotten Tomatoes Top Movies Ratings And Technical
Film Critic and User Reviews
@kaggle.thedevastator_rotten_tomatoes_top_movies_ratings_and_technical
Film Critic and User Reviews
@kaggle.thedevastator_rotten_tomatoes_top_movies_ratings_and_technical
CREATE TABLE rotten_tomatoes_top_movies (
"unnamed_0" BIGINT,
"title" VARCHAR,
"year" BIGINT,
"synopsis" VARCHAR,
"critic_score" BIGINT,
"people_score" DOUBLE,
"consensus" VARCHAR,
"total_reviews" BIGINT,
"total_ratings" VARCHAR,
"type" VARCHAR,
"rating" VARCHAR,
"genre" VARCHAR,
"original_language" VARCHAR,
"director" VARCHAR,
"producer" VARCHAR,
"writer" VARCHAR,
"release_date_theaters" VARCHAR,
"release_date_streaming" TIMESTAMP,
"box_office_gross_usa" VARCHAR,
"runtime" VARCHAR,
"production_co" VARCHAR,
"sound_mix" VARCHAR,
"aspect_ratio" VARCHAR,
"view_the_collection" VARCHAR,
"crew" VARCHAR,
"link" VARCHAR
);
Anyone who has the link will be able to view this.