This repository contains CSV files exported from a SQL database of video game data, covering categories, descriptions, game details, genres, promotional materials, reviews, SteamSpy insights, and tags.
Each CSV file corresponds to a table from the Steam catalog dataset. The files have been compressed into ZIP archives for easier download. You can unzip them and import these CSV files into any database or use them directly for data analysis.
- games.csv: Main table containing details about the games, such as title, release date, and other metadata.
- genres.csv: Genres assigned to each game.
- tags.csv: Tags associated with each game, such as "Indie", "Action", etc.
- reviews.csv: Review data for the games, including Steam ratings and review counts.
- steamspy_insights.csv: Insights gathered from SteamSpy, such as estimated sales, playtime, and more.
- descriptions.csv: Full and summary text descriptions of each game.
- promotional.csv: Links and metadata for promotional materials, such as trailers and screenshots.
- categories.csv: Information about the different Steam categories that games belong to (e.g., "Single-player", "Full controller support", etc.).