Good day, everybody.
Could you help me to develop a simple script?
I have two columns x and y (around 15 pairs).
I would like my script uses the known values to calculate the unknown values if I have only y values between the known values.

For example, if y = 0.25, x = 2.5.
I think to provide .csv file with two columns (x and y) and another .csv with only one column y, so the script can calculate the known values applying the first .csv file.
I guess the output in python will be okay.