Definitely. I have a distinct memory of when I was first learning using a combination of f.eachline()
and line.split(',')
to parse a CSV… Took me forever to figure out how to treat the header line differently…
Definitely. I have a distinct memory of when I was first learning using a combination of f.eachline()
and line.split(',')
to parse a CSV… Took me forever to figure out how to treat the header line differently…