Baselight

Video Game Ratings From Imdb

Web scraping using the requests package

@kaggle.nyagami_video_game_ratings_from_imdb

Loading...
Loading...

About this Dataset

Video Game Ratings From Imdb

The data was scraped from imdb.com. This data contains information about video games.
The details obtained from each game include:

  • Game title
  • Launch year
  • Game genre
  • Game rating
  • Number of voters
  • Director
  • Game description or plot

Tables

Imdb Video Game Rating

@kaggle.nyagami_video_game_ratings_from_imdb.imdb_video_game_rating
  • 1.41 MB
  • 12635 rows
  • 8 columns
Loading...

CREATE TABLE imdb_video_game_rating (
  "unnamed_0" BIGINT,
  "title" VARCHAR,
  "year" VARCHAR,
  "genre" VARCHAR,
  "rating" DOUBLE,
  "votes" BIGINT,
  "directors" VARCHAR,
  "plot" VARCHAR
);

Share link

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