Some data-sets seem to have missing header information
CC90 opened this issue · 2 comments
CC90 commented
When calling parser.parse_model_metadata()
, some of the data-sets could not be parsed on my machine, with the error message that the header information was missing. The data-sets that were affected are:
70000.csv
140000.csv
330000.csv
510000.csv
590000.csv
670000.csv
820000.csv
After removing these data-sets from the data folder, the parsing worked fine.
TimKam commented
I cannot reproduce the issue with the dataset that I have locally (and see headers in 70000.csv) @sap-dianasola can you double-check? In any case, we could add code that adds headers if they are missing to mitigate this issue.
sap-dianasola commented