Skip to contents

Game Reviews Data

Usage

data(game_reviews)

Format

A data frame with 47201 rows and 6 columns

Details

Data Description.

The data is a copy of an archived version of the game ranking data of GameRankings.com before it shut down. The snapshot was taken 2019-12-08. The variables are as follows:

  • title (character) The game title.

  • platform (character) The release platform of the game.

  • year (integer) The year the game was released.

  • score (numeric) The average user review score of the game.

  • reviews (integer) The number of user reviews.

  • developer (character) The developer of the game.

Examples

data(game_reviews)
head(game_reviews)
#>                                     title platform year score reviews
#> 1                      Super Mario Galaxy      WII 2007 97.64      78
#> 2                     Super Mario Odyssey       NS 2017 97.42      58
#> 3                      Grand Theft Auto V     XONE 2014 98.33      12
#> 4 The Legend of Zelda: Breath of the Wild       NS 2017 97.33      63
#> 5                    Super Mario Galaxy 2      WII 2010 97.35      56
#> 6    The Legend of Zelda: Ocarina of Time      N64 1998 97.54      28
#>                       developer
#> 1                      Nintendo
#> 2                      Nintendo
#> 3 Rockstar North/Rockstar Games
#> 4                      Nintendo
#> 5  Nintendo EAD Tokyo /Nintendo
#> 6                      Nintendo