Datasets:
Encoding issue when loading the dataset
#2
by
battelkaste
- opened
When I am trying to load the dataset using the following command the resulting entries have UTF encoding issues which I am unable to resolve
from datasets import load_dataset
ds = load_dataset("joelniklaus/SwissLawTranslations", "article_level")
Any tip what I am doing wrong?