1.8.0, 1.8.1 raise when col_sep auto-detection does not find anything
tilo opened this issue · 1 comments
tilo commented
1.8.0, 1.8.1 raise when col_sep auto-detection does not find anything
Unfortunately that also happens in the simplest case of the CSV file only containing one column:
e.g.
user_id
1
2
3
So instead of raising an exception, is it better to print a warning and assume col_sep is ,
which is the most frequent case..?