data

Video game names, consoles, genres, sales, publishers, and ratings.

Source: https://github.com/hetezadi/ML_MV_KaggleProjects/blob/main/ video-game-sales-prediction.ipynb

Includes the names of the video games, platform they’re played on, genre of the video game, video game sales in North America, Europe, and Japan, company that published the game, console that the game is played on, age rating of the game.

Dataset 1: video_game_sales

A tibble with 16,719 rows and 9 variables.

  • Name: a factor denoting the names of video games

  • Platform: a factor denoting the console that the video game is on

  • Genre: A factor denoting the genre of the video game

  • NA_Sales: a number denoting the North American sales of the video game

  • EU_Sales: a number denoting the European sales of the video game

  • JP_Sales: a number denoting the Japanese sales of the video game

  • Publisher: a factor denoting the company that published the video game

  • Console: a factor denoting the console that the video game is played on

  • Rating: a factor denoting the age group the game is appropriate for …

Dataset 2: name_of_data_file

  • variable_name: description …