Baselight

Marvel VS DC IMDB Dataset

the imdb ratings of marvel and dc universe

@kaggle.hetulmehta_marvel_vs_dc_imdb_dataset

Loading...
Loading...

About this Dataset

Marvel VS DC IMDB Dataset

Context

We looked at some of the major movies in the DC and Marvel universes, and you can answer the question: whose movies are better, DC or Marvel?

Content

Movie: Title
Year: Year of Release
Genre: Genre
RunTIme: RunningTime
Rating: Certificate or Rating
Director: Director
Actor: Actor and Actresses
Description: plot
IMDB_score: IMDB Score
Metascore: Metascore
Votes: No. of Votes in IMDB
USA_Gross: Gross collection in USA
Category: Marvel or DC

Tables

Marvel Dc Imdb

@kaggle.hetulmehta_marvel_vs_dc_imdb_dataset.marvel_dc_imdb
  • 212.36 KB
  • 1690 rows
  • 14 columns
Loading...

CREATE TABLE marvel_dc_imdb (
  "unnamed_0" 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
);

Share link

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