FronkonGames commited on
Commit
f6193b5
1 Parent(s): 760af52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,14 +11,14 @@ pretty_name: Steam Games Dataset
11
  size_categories:
12
  - 10K<n<100K
13
  ---
14
- <p align="center"><img src="banner.gif"/></p>
15
  <br>
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. Here is a simple example of how to parse json:
22
 
23
  ```
24
  import os
 
11
  size_categories:
12
  - 10K<n<100K
13
  ---
14
+ <p align="center"><img src="banner.png"/></p>
15
  <br>
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**. Here is a simple example of how to parse _json_:
22
 
23
  ```
24
  import os