Support header-less input
fsateler opened this issue · 2 comments
fsateler commented
Some csv files do not have headers. It would be nice to not skip the first row, and use just the column number as header for them.
fsateler commented
Also, --unordered
mode seems very confused with such files
paulfitz commented
Agreed that doing something sensible with CSV files that don't have headers would be nice to have. Perhaps a flag could be added to treat CSV files as if they had an extra A,B,C,D,...
header row, without needing too many changes to the rest of the code.