christopher
commited on
Commit
β’
9e90b1d
1
Parent(s):
428a52d
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ size_categories:
|
|
63 |
|
64 |
**6,111,210,071** standard rated games, played on [lichess.org], updated monthly from the [database dumps](https://database.lichess.org/#standard_games).
|
65 |
|
66 |
-
This version of the data is meant for data analysis. If you need PGN files you can find those [here](https://database.lichess.org/#standard_games). That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the Dataset Usage section.
|
67 |
|
68 |
This dataset is hive-partitioned into multiple parquet files on two keys: `year` and `month`:
|
69 |
|
@@ -79,12 +79,7 @@ This dataset is hive-partitioned into multiple parquet files on two keys: `year`
|
|
79 |
βΒ Β βΒ Β βββ train-00000-of-00003.parquet
|
80 |
βΒ Β βΒ Β βββ train-00001-of-00003.parquet
|
81 |
βΒ Β βΒ Β βββ train-00002-of-00003.parquet
|
82 |
-
βΒ Β βββ month=03
|
83 |
-
βΒ Β βΒ Β βββ train-00000-of-00003.parquet
|
84 |
-
βΒ Β βΒ Β βββ train-00001-of-00003.parquet
|
85 |
-
βΒ Β βΒ Β βββ train-00002-of-00003.parquet
|
86 |
βΒ Β βββ ...
|
87 |
-
|
88 |
```
|
89 |
|
90 |
|
|
|
63 |
|
64 |
**6,111,210,071** standard rated games, played on [lichess.org], updated monthly from the [database dumps](https://database.lichess.org/#standard_games).
|
65 |
|
66 |
+
This version of the data is meant for data analysis. If you need PGN files you can find those [here](https://database.lichess.org/#standard_games). That said, once you have a subset of interest, it is trivial to convert it back to PGN as shown in the [Dataset Usage](#dataset-usage) section.
|
67 |
|
68 |
This dataset is hive-partitioned into multiple parquet files on two keys: `year` and `month`:
|
69 |
|
|
|
79 |
βΒ Β βΒ Β βββ train-00000-of-00003.parquet
|
80 |
βΒ Β βΒ Β βββ train-00001-of-00003.parquet
|
81 |
βΒ Β βΒ Β βββ train-00002-of-00003.parquet
|
|
|
|
|
|
|
|
|
82 |
βΒ Β βββ ...
|
|
|
83 |
```
|
84 |
|
85 |
|