🚩 Report: Not working
#3
by
WhyFriendo
- opened
I suddenly cannot access the data via pandas nor polar. For pandas i get the error:
FileNotFoundError: datasets/open-llm-leaderboard/contents/data/train-00000-of-00001.parquet
It was working fine for the past few weeks.
WhyFriendo
changed discussion status to
closed
Hi @WhyFriendo ,
Hope you solved the issue! I tried myself and pandas' read_parquet
works
df = pd.read_parquet('/content/contents/data/train-00000-of-00001.parquet')