Hi.
I am trying to load a loca csv into a Hugging Face dataset, but I have this error. I can’t understand what is wrong. I am using dataset 1.6.2
This is the code:
And this is the error I have:
Tha error says `Target schema’s field names are not matching the table’s field names: [‘text’, ‘labels’, ‘offerid’], [‘labels’, ‘offerid’, ‘text’]. It doesn’t make any sense for me, because the fields name matches.
Any help would be welcome.