https://stackoverflow.com/a/38561012/6309278
I'm assuming you have gaps in your excel file, read in more data and remove blanks using dropna(how=all), see link above for an answer on how to read in more data.