Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ezipe
/
lichess_2023_janoct_shards
like
0
License:
apache-2.0
Dataset card
Files
Files and versions
Community
main
lichess_2023_janoct_shards
/
script.py
ezhang7423
add all
0b3aa8c
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
# usage: $ zstdcat lichess_db.pgn.zst | python script.py
import
sys
for
line
in
sys.stdin:
print
(line)