for i in np.array(cars_data1[\'Price\']):
if(cars_data1[\'Price\'][i]<=8450): cars_data1[\'Price_Class\'][i]="Low" elif(cars_data1[\'Price\'][i]&