Open staniPetrox opened 5 years ago
You have something in your dataset header. It's not specified, not that i'm aware of, but the data must be comma separated. Maybe i'll work something out so one can specify which separator deepmatcher has to use
Hi, I've encountered same problem. You may have empty column name in your csv. For me, the case was to explicitly disable index in saving DataFrame
to csv:
data.to_csv(name, index=False)
I get a value error, tried to uninstall and install several packages but nothing worked :( I prepared the sets as they are supposed to be. Including the 'left' and right prefixes, id, label and so on
including the Error
How can I avoid this?