christopher commited on
Commit
9e90b1d
β€’
1 Parent(s): 428a52d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
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