Marvel Vs DC: Movie And TV Show Dataset
A Comparative Analysis of Movies and TV Shows: Genre, Ratings, Cast, and Box Off
@kaggle.suvroo_marvel_vs_dc_movie_and_tv_show_dataset
A Comparative Analysis of Movies and TV Shows: Genre, Ratings, Cast, and Box Off
@kaggle.suvroo_marvel_vs_dc_movie_and_tv_show_dataset
This dataset provides a detailed comparison between Marvel and DC movies and TV shows, covering various attributes such as titles, release years, genres, runtimes, age ratings, directors, and main actors. It includes audience reception metrics like IMDb scores, votes, and critic reviews via Metascore, as well as financial data like USA gross earnings. The dataset allows for an in-depth analysis of the differences and similarities between Marvel and DC productions, making it a valuable resource for examining trends in genre, performance, and audience reception within the superhero entertainment industry.
Description of all the features (columns) present in the dataset:
CREATE TABLE marvel_vs_dc (
"id" BIGINT,
"movie" VARCHAR,
"year" VARCHAR,
"genre" VARCHAR,
"runtime" VARCHAR,
"rating" VARCHAR,
"director" VARCHAR,
"actor" VARCHAR,
"description" VARCHAR,
"imdb_score" DOUBLE,
"metascore" DOUBLE,
"votes" DOUBLE,
"usa_gross" VARCHAR,
"category" VARCHAR
);Anyone who has the link will be able to view this.