christopher
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Using the `polars` library:
|
|
41 |
```python
|
42 |
import polars as pl
|
43 |
|
44 |
-
df = pl.read_parquet('hf://datasets/Lichess/chess-openings/data/train-00000-of-00001.parquet')
|
45 |
```
|
46 |
|
47 |
## Dataset Details
|
|
|
41 |
```python
|
42 |
import polars as pl
|
43 |
|
44 |
+
df = pl.read_parquet('hf://datasets/Lichess/antichess-chess-openings/data/train-00000-of-00001.parquet')
|
45 |
```
|
46 |
|
47 |
## Dataset Details
|