audiomate icon indicating copy to clipboard operation
audiomate copied to clipboard

Skip column titles in read_separated_lines and friends

Open aahlenst opened this issue 8 years ago • 0 comments

When reading as CSV there might be column titles in the first row. An option to automatically skip them would be nice. Candidates:

  • pingu.utils.textfile.read_separated_lines
  • pingu.utils.textfile.read_separated_lines_generator
  • pingu.utils.textfile.read_separated_lines_with_first_key

aahlenst avatar Dec 05 '17 10:12 aahlenst