Hmmmm. @balaji.ambresh sir… Parsing seems to be the greatest problem for me
reader should be created based on the file handle (i.e. return value of open call) and not filename.
Got it, Thanks @balaji.ambresh sir…
so for anyone struggling
with open(filename, ‘r’) as csvfile
…
…
when u use reader take the “csvfile” into consideration
