Read file from line 2 or skip header row September 30, 2022 by Tarik with open(fname) as f: next(f) for line in f: #do something