Baselight

IMDB Video Games

Around 20K titles for data and game enthusiasts

@kaggle.muhammadadiltalay_imdb_video_games

Loading...
Loading...

About this Dataset

IMDB Video Games

Inspiration
This data collection is part of a research project on game based learning.

Context
The purpose of this dataset is to gain insights into the trends of game genre popularity.
I am particularly interested in the following questions:

  1. Which game genres are the most popular?
  2. What are the trends in popularity for each game genre?
  3. Can we identify any relationship between plot, genre, and popularity?
  4. Can we use generative NLP to generate catchy game titles or plots?

Description
As such, the data was collected from IMDB from the following nine genres of video games:

  1. Action
  2. Adventure
  3. Comedy
  4. Crime
  5. Family
  6. Fantasy
  7. Mystery
  8. Sci-Fi
  9. Thriller

The collected data consists of around 20K titles.

Tables

Imdb Videogames

@kaggle.muhammadadiltalay_imdb_video_games.imdb_videogames
  • 2.08 MB
  • 20803 rows
  • 17 columns
Loading...

CREATE TABLE imdb_videogames (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "url" VARCHAR,
  "year" DOUBLE,
  "certificate" VARCHAR,
  "rating" DOUBLE,
  "votes" DOUBLE,
  "plot" VARCHAR,
  "action" BOOLEAN,
  "adventure" BOOLEAN,
  "comedy" BOOLEAN,
  "crime" BOOLEAN,
  "family" BOOLEAN,
  "fantasy" BOOLEAN,
  "mystery" BOOLEAN,
  "sci_fi" BOOLEAN,
  "thriller" BOOLEAN
);

Share link

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