ArrowInvalid Exception: Failed to parse string: '' as a scalar of type timestamp[s]
#2
by
RaymondAISG
- opened
Tried loading the dataset via the following:
from datasets import load_dataset
data = load_dataset("common-pile/foodista_filtered")
Ended up with the following exception:
ArrowInvalid: Failed to parse string: '' as a scalar of type timestamp[s]
The above exception was the direct cause of the following exception:
DatasetGenerationError Traceback (most recent call last)
Cell In[2], line 1
----> 1 data = load_dataset("common-pile/foodista_filtered")