Video Game Ratings From Imdb
Web scraping using the requests package
@kaggle.nyagami_video_game_ratings_from_imdb
Web scraping using the requests package
@kaggle.nyagami_video_game_ratings_from_imdb
CREATE TABLE imdb_video_game_rating (
"unnamed_0" BIGINT,
"title" VARCHAR,
"year" VARCHAR,
"genre" VARCHAR,
"rating" DOUBLE,
"votes" BIGINT,
"directors" VARCHAR,
"plot" VARCHAR
);
Anyone who has the link will be able to view this.