Read csv error - cannot convert string to float

I’ve edited a csv file by removing rows not of interest. This original file before editing was properly read in by sc.read_csv. The edited csv file with the removed rows cannot be read by sc.read_csv.