Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# AppStore Rankings Dataset
|
| 6 |
+
|
| 7 |
+
This is a dataset of AppStore rankings, JP and US, each containing 176 json files of ranking chart information including paid and free.
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
2023-01-30
|
| 12 |
+
├─jp
|
| 13 |
+
| └─... 176 files
|
| 14 |
+
└─us
|
| 15 |
+
├─Action - Top Free Games.json
|
| 16 |
+
├─Action - Top Paid Games.json
|
| 17 |
+
├─Adventure - Top Free Games
|
| 18 |
+
... 176 files
|
| 19 |
+
└─Word - Top Paid Games.json
|
| 20 |
+
```
|