I am new to Data Science and am working on pandas. I have downloaded a dataset and when I try to read the dataset using the pd.read_excel command I can view 130.808 rows. But when I read the file using pd.read_csv I can view only 130.802. My question is where did the 5 rows go? I have not modified my dataset. Can anyone help me?