Update README.md
Browse files
README.md
CHANGED
@@ -8,26 +8,83 @@ tags:
|
|
8 |
- games
|
9 |
- video-games
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- games
|
9 |
- video-games
|
10 |
---
|
11 |
+
<p align="center">
|
12 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/65e3c559d26b426e3e1994f8/e85CmtDucO_FQ-W5h1RTB.png" />
|
13 |
+
</p>
|
14 |
+
<h6 style="text-align: center;"><strong>Description</strong></h6>
|
15 |
+
|
16 |
+
<div align="center">
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
</div>
|
21 |
+
|
22 |
+
<p style="text-align: center;">
|
23 |
+
<strong>RAWG Games Dataset</strong> video game records data gathered directly from the RAWG API.
|
24 |
+
It includes essential fields such as game id, title, release date, rating, genres, platforms, descriptive tags,
|
25 |
+
Metacritic score, developers, publishers, playtime, and a detailed description. The data was collected to support
|
26 |
+
studies, trend analysis, and insights into the gaming industry. Each field is aligned with the specifications provided in the RAWG API documentation.
|
27 |
+
</p>
|
28 |
+
|
29 |
+
<p style="text-align: center;"><strong>Latest Update: February 14, 2025</strong></p>
|
30 |
+
|
31 |
+
<h6 style="text-align: center;"><strong>Acknowledgements</strong></h6>
|
32 |
+
|
33 |
+
<p style="text-align: center;">
|
34 |
+
Grateful to <a href="https://rawg.io/apidocs">RAWG</a> for data API.
|
35 |
+
</p>
|
36 |
+
|
37 |
+
<table align="center" border="1" cellpadding="10" cellspacing="0">
|
38 |
+
<tr>
|
39 |
+
<th>Field</th>
|
40 |
+
<th>Description</th>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<td>id</td>
|
44 |
+
<td>A unique identifier for each game, serving as the primary key to reference detailed game data via the API.</td>
|
45 |
+
</tr>
|
46 |
+
<tr>
|
47 |
+
<td>name</td>
|
48 |
+
<td>The official title of the game.</td>
|
49 |
+
</tr>
|
50 |
+
<tr>
|
51 |
+
<td>released</td>
|
52 |
+
<td>The release date of the game, typically in the YYYY-MM-DD format.</td>
|
53 |
+
</tr>
|
54 |
+
<tr>
|
55 |
+
<td>rating</td>
|
56 |
+
<td>An aggregated score based on player reviews, computed on a standardized scale reflecting user opinions.</td>
|
57 |
+
</tr>
|
58 |
+
<tr>
|
59 |
+
<td>genres</td>
|
60 |
+
<td>A list of genre objects categorizing the game (e.g., Action, Adventure, RPG).</td>
|
61 |
+
</tr>
|
62 |
+
<tr>
|
63 |
+
<td>platforms</td>
|
64 |
+
<td>An array of platform objects that indicate on which systems the game is available (e.g., PC, PlayStation, Xbox).</td>
|
65 |
+
</tr>
|
66 |
+
<tr>
|
67 |
+
<td>tags</td>
|
68 |
+
<td>A collection of descriptive keyword tags (e.g., multiplayer, indie).</td>
|
69 |
+
</tr>
|
70 |
+
<tr>
|
71 |
+
<td>metacritic</td>
|
72 |
+
<td>A numerical score derived from Metacritic reviews (usually ranging from 0 to 100).</td>
|
73 |
+
</tr>
|
74 |
+
<tr>
|
75 |
+
<td>developers</td>
|
76 |
+
<td>The individuals or companies responsible for creating the game.</td>
|
77 |
+
</tr>
|
78 |
+
<tr>
|
79 |
+
<td>publishers</td>
|
80 |
+
<td>Entities that market and distribute the game.</td>
|
81 |
+
</tr>
|
82 |
+
<tr>
|
83 |
+
<td>playtime</td>
|
84 |
+
<td>An estimate of the average time (in hours) that players spend engaging with the game.</td>
|
85 |
+
</tr>
|
86 |
+
<tr>
|
87 |
+
<td>description</td>
|
88 |
+
<td>A detailed narrative of the game, providing in-depth information about gameplay, plot, mechanics, and overall context.</td>
|
89 |
+
</tr>
|
90 |
+
</table>
|