Datasets:
ValueError: Failed to convert pandas DataFrame to Arrow Table from file ~/.cache/huggingface/hub/datasets--Datadog--BOOM/snapshots/69325b544c45ff0d6c43c7a99c49a6601a01725b/dataset_taxonomy.json.
#2
by
ZenithStar
- opened
When I loading this dataset from:
import datasets
data = datasets.load_datasets("Datadog/BOOM")
What's wrong with it?
Hi! Thanks for your interest in BOOM!
It looks like you have a slight typo, the name of the function is load_dataset. This works just fine for me:
import datasets
data = datasets.load_dataset("Datadog/BOOM")
Emaad
changed discussion status to
closed