Baselight

Walt Disney Character Dataset

Contains data about Walt Disney characters

@kaggle.maricinnamon_walt_disney_character_dataset

Disney Movies Total Gross
@kaggle.maricinnamon_walt_disney_character_dataset.disney_movies_total_gross

  • 32.24 KB
  • 579 rows
  • 6 columns
movie_title

Movie Title

release_date

Release Date

genre

Genre

mpaa_rating

MPAA Rating

total_gross

Total Gross

inflation_adjusted_gross

Inflation Adjusted Gross

Snow White and the Seven DwarfsTue Dec 21 1937 00:00:00 GMT+0000 (Coordinated Universal Time)MusicalG$184,925,485$5,228,953,251
PinocchioFri Feb 09 1940 00:00:00 GMT+0000 (Coordinated Universal Time)AdventureG$84,300,000$2,188,229,052
FantasiaWed Nov 13 1940 00:00:00 GMT+0000 (Coordinated Universal Time)MusicalG$83,320,000$2,187,090,808
Song of the SouthTue Nov 12 1946 00:00:00 GMT+0000 (Coordinated Universal Time)AdventureG$65,000,000$1,078,510,579
CinderellaWed Feb 15 1950 00:00:00 GMT+0000 (Coordinated Universal Time)DramaG$85,000,000$920,608,730
20,000 Leagues Under the SeaThu Dec 23 1954 00:00:00 GMT+0000 (Coordinated Universal Time)Adventurenan$28,200,000$528,279,994
Lady and the TrampWed Jun 22 1955 00:00:00 GMT+0000 (Coordinated Universal Time)DramaG$93,600,000$1,236,035,515
Sleeping BeautyThu Jan 29 1959 00:00:00 GMT+0000 (Coordinated Universal Time)Dramanan$9,464,608$21,505,832
101 DalmatiansWed Jan 25 1961 00:00:00 GMT+0000 (Coordinated Universal Time)ComedyG$153,000,000$1,362,870,985
The Absent Minded ProfessorThu Mar 16 1961 00:00:00 GMT+0000 (Coordinated Universal Time)Comedynan$25,381,407$310,094,574

CREATE TABLE disney_movies_total_gross (
  "movie_title" VARCHAR,
  "release_date" TIMESTAMP,
  "genre" VARCHAR,
  "mpaa_rating" VARCHAR,
  "total_gross" VARCHAR,
  "inflation_adjusted_gross" VARCHAR
);

Share link

Anyone who has the link will be able to view this.