Oscar Best Picture Movies
Oscar Best Picture Winners an Nominees, IMDB, Rotten Tomato
@kaggle.martinmraz07_oscar_movies
Oscar Best Picture Winners an Nominees, IMDB, Rotten Tomato
@kaggle.martinmraz07_oscar_movies
CREATE TABLE oscars_df (
"unnamed_0" BIGINT,
"film" VARCHAR,
"oscar_year" VARCHAR,
"film_studio_producer_s" VARCHAR,
"award" VARCHAR,
"year_of_release" BIGINT,
"movie_time" BIGINT,
"movie_genre" VARCHAR,
"imdb_rating" DOUBLE,
"imdb_votes" BIGINT,
"movie_info" VARCHAR,
"genres" VARCHAR,
"critic_consensus" VARCHAR,
"content_rating" VARCHAR,
"directors" VARCHAR,
"authors" VARCHAR,
"actors" VARCHAR,
"original_release_date" TIMESTAMP,
"streaming_release_date" TIMESTAMP,
"production_company" VARCHAR,
"tomatometer_status" VARCHAR,
"tomatometer_rating" DOUBLE,
"tomatometer_count" DOUBLE,
"audience_status" VARCHAR,
"audience_rating" DOUBLE,
"audience_count" DOUBLE,
"tomatometer_top_critics_count" DOUBLE,
"tomatometer_fresh_critics_count" DOUBLE,
"tomatometer_rotten_critics_count" DOUBLE,
"film_id" VARCHAR
);
Anyone who has the link will be able to view this.