from datasets import load_dataset data = load_dataset("ocw.py") [print(row) for row in data["test"]] print(data)