Datasets:
FronkonGames
commited on
Commit
•
006aa50
1
Parent(s):
cb89bb3
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
3 |
tags:
|
4 |
- games
|
5 |
- steam
|
@@ -7,18 +9,25 @@ tags:
|
|
7 |
- json
|
8 |
- csv
|
9 |
- video games
|
|
|
|
|
|
|
10 |
pretty_name: Steam Games Dataset
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
---
|
14 |
-
<p align="center"><img src="banner.png"/></p>
|
15 |
-
|
16 |
|
17 |
Information of **more than 83,000 games** published on Steam. Only games (_no DLCs, episodes, music, videos, etc_) currently released have been added.
|
18 |
|
19 |
This dataset has been created with **[this code (MIT)](https://github.com/FronkonGames/Steam-Games-Scraper)** and use the API provided by _Steam_, the largest gaming platform on PC. Data is also collected from _Steam Spy_.
|
20 |
|
21 |
-
The data is in two formats: **CSV and JSON**.
|
|
|
|
|
|
|
|
|
22 |
|
23 |
```
|
24 |
import os
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
tags:
|
6 |
- games
|
7 |
- steam
|
|
|
9 |
- json
|
10 |
- csv
|
11 |
- video games
|
12 |
+
task_categories:
|
13 |
+
- text-generation
|
14 |
+
- text2text-generation
|
15 |
pretty_name: Steam Games Dataset
|
16 |
size_categories:
|
17 |
- 10K<n<100K
|
18 |
---
|
19 |
+
<p align="center"><img src="images/banner.png"/></p>
|
20 |
+
# Overview
|
21 |
|
22 |
Information of **more than 83,000 games** published on Steam. Only games (_no DLCs, episodes, music, videos, etc_) currently released have been added.
|
23 |
|
24 |
This dataset has been created with **[this code (MIT)](https://github.com/FronkonGames/Steam-Games-Scraper)** and use the API provided by _Steam_, the largest gaming platform on PC. Data is also collected from _Steam Spy_.
|
25 |
|
26 |
+
The data is in two formats: **CSV and JSON**.
|
27 |
+
|
28 |
+
# Example
|
29 |
+
|
30 |
+
Here is a simple example of how to parse _json_:
|
31 |
|
32 |
```
|
33 |
import os
|