How can I skip the header row and start reading a file from line2?
with open(fname) as f: next(f) for line in f: #do something
1.4m articles
1.4m replys
5 comments
57.0k users