--- license: cc0-1.0 task_categories: - sentence-similarity - summarization - feature-extraction tags: - games - video-games configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: name dtype: string - name: released dtype: string - name: rating dtype: float64 - name: genres dtype: string - name: platforms dtype: string - name: tags dtype: string - name: metacritic dtype: float64 - name: developers dtype: string - name: publishers dtype: string - name: playtime dtype: int64 - name: description dtype: string splits: - name: train num_bytes: 686898289 num_examples: 881069 download_size: 411842873 dataset_size: 686898289 ---

![visitors](https://visitor-badge.laobi.icu/badge?page_id=atalaydenknalbant/rawg-games-dataset)
Description

RAWG Games Dataset video game records data gathered directly from the RAWG API. It includes essential fields such as game id, title, release date, rating, genres, platforms, descriptive tags, Metacritic score, developers, publishers, playtime, and a detailed description. The data was collected to support studies, trend analysis, and insights into the gaming industry. Each field is aligned with the specifications provided in the RAWG API documentation.

Latest Update: February 14, 2025

Acknowledgements

Grateful to RAWG for data API.

Field Description
id A unique identifier for each game, serving as the primary key to reference detailed game data via the API.
name The official title of the game.
released The release date of the game, typically in the YYYY-MM-DD HH:MM:SS format.
rating An aggregated score based on player reviews, computed on a standardized scale reflecting user opinions.
genres A list of genre objects categorizing the game (e.g., Action, Adventure, RPG).
platforms An array of platform objects that indicate on which systems the game is available (e.g., PC, PlayStation, Xbox).
tags A collection of descriptive keyword tags (e.g., multiplayer, indie).
metacritic A numerical score derived from Metacritic reviews (usually ranging from 0 to 100).
developers The individuals or companies responsible for creating the game.
publishers Entities that market and distribute the game.
playtime An estimate of the average time (in hours) that players spend engaging with the game.
description A detailed narrative of the game, providing in-depth information about gameplay, plot, mechanics, and overall context.