IMDB Video Games
Around 20K titles for data and game enthusiasts
@kaggle.muhammadadiltalay_imdb_video_games
Around 20K titles for data and game enthusiasts
@kaggle.muhammadadiltalay_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:
Description
As such, the data was collected from IMDB from the following nine genres of video games:
The collected data consists of around 20K titles.
CREATE TABLE imdb_videogames (
"unnamed_0" BIGINT -- Unnamed: 0,
"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
);Anyone who has the link will be able to view this.