CsvReader
CsvReader copied to clipboard
how to skip first n lines
A lot of machine generated data will have some lines (but without # as a comment). Can we call the function as csvreader (filename, lines skipped, delimiter, xxxx)?
Many thanks