austindavis commited on
Commit
0262cd6
1 Parent(s): cedfc24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -183,7 +183,7 @@ Each record in the dataset has the following structure:
183
  - `BlackElo`: int64, ELO rating of the black player.
184
  - `WhiteRatingDiff`: float64, rating change for the white player.
185
  - `BlackRatingDiff`: float64, rating change for the black player.
186
- - `ECO`: string, ECO code of the opening.
187
  - `Opening`: string, name of the opening.
188
  - `TimeControl`: string, time control format.
189
  - `Termination`: string, reason for game termination.
 
183
  - `BlackElo`: int64, ELO rating of the black player.
184
  - `WhiteRatingDiff`: float64, rating change for the white player.
185
  - `BlackRatingDiff`: float64, rating change for the black player.
186
+ - `ECO`: string, Encyclopaedia of Chess Openings (ECO) code of the opening. See [https://www.365chess.com/eco.php](https://www.365chess.com/eco.php)
187
  - `Opening`: string, name of the opening.
188
  - `TimeControl`: string, time control format.
189
  - `Termination`: string, reason for game termination.