Reading a *.csv file from different points
I have a *.csv file that I would like to read depending on a list of lines
that I have. I was wondering how I can do that. Eg. I want to read line 300,
202, .... can I just jump to the line I want and read it? How can I
accomplish this if I cannot read it from any line?
|