Pixar Studio Movies Data
Pixar Studio movies data about budget and profit (Wikipedia data)
@kaggle.sandipdevre_pixar_studio12
Pixar Studio movies data about budget and profit (Wikipedia data)
@kaggle.sandipdevre_pixar_studio12
CREATE TABLE pixar_studio12 (
"moviename" VARCHAR,
"releaseyear" BIGINT,
"budget_million" BIGINT,
"us_and_canada_million" BIGINT,
"other_territories_million" BIGINT,
"worldwide_million" BIGINT,
"rotten_tomatoes" VARCHAR
);
Anyone who has the link will be able to view this.