Not reading all rows while importing csv into pandas dataframe
问题 I am trying the kaggle challenge here, and unfortunately I am stuck at a very basic step. My limited python knowledge has to be blamed for this. I am trying to read the datasets into a pandas dataframe by executing following command: test = pd.DataFrame.from_csv("C:/Name/DataMining/hillary/data/output/emails.csv") The problem is that this file as you would find out has over 300,000 records, but I am reading only 7945, 21. print (test.shape) (7945, 21) Now I have double checked the file and I