hackernews-comments / example.py
shuttie's picture
proper hf datasets schema
75e218b
Raw
History Blame Contribute Delete
122 Bytes
from datasets import load_dataset
ds = load_dataset("nixiesearch/hackernews-comments", split="train")
print(ds.features)