I am creating a program that reads a file and if the first line of the file is not blank, it reads the next four lines. Calculations are performed on those lines and then t
I was getting similar errors, turns out that the dataset had blank values which python could not convert to integer.