I have a csv file called train.csv with 15000 rows, I try to read it by using pd.read_csv('train.csv')
however, every time I run it, it only read in the top 10000 rows of data, when I print the shape of the data frame, it shows me (10000, 29). Can anyone help me? Thank you
PS: I am using Google Colab