Disney Movies 1937-2016 Gross Income
Total Gross of Disney movies
@kaggle.rashikrahmanpritom_disney_movies_19372016_total_gross
Total Gross of Disney movies
@kaggle.rashikrahmanpritom_disney_movies_19372016_total_gross
CREATE TABLE disney_movies_total_gross (
"movie_title" VARCHAR,
"release_date" TIMESTAMP,
"genre" VARCHAR,
"mpaa_rating" VARCHAR,
"total_gross" BIGINT,
"inflation_adjusted_gross" BIGINT
);
Anyone who has the link will be able to view this.