Hollywood Most Profitable Stories
74 movies released 2007-2012
@kaggle.brendan45774_hollywood_most_profitable_stories
74 movies released 2007-2012
@kaggle.brendan45774_hollywood_most_profitable_stories
CREATE TABLE hollywoodsmostprofitablestories (
"film" VARCHAR,
"genre" VARCHAR,
"lead_studio" VARCHAR,
"audience_score" DOUBLE,
"profitability" DOUBLE,
"rotten_tomatoes" DOUBLE,
"worldwide_gross" DOUBLE,
"year" BIGINT
);
Anyone who has the link will be able to view this.