Searching a particular value in a range among two columns python dataframe
问题 I have two csv files.Depending upon the value of a cell in csv file 1 I should be able to search that value in a column of csv file 2 and get he corresponding value from other column in csv file 2. I am sorry if this very confusing.It will probably get clear by illustration CSV file 1 Car Mileage A 8 B 6 C 10 CSV file 2 Score Mileage(Min) Mileage(Max) 1 1 3 2 4 6 3 7 9 4 10 12 5 13 15 And my desired output CSV file is something like this Car Mileage Score A 8 3 B 6 2 C 10 4 Car A is given a