I have a problem, that should be typical in science but I couldn't find a solution yet.
I have a data set in a cvs file, e.g.:
What I need is to bring the data in this format, so I can directly compare them with other data, because they have the same x values:
The y values should be a linear interpolation from the original data. I'm complete open to any python package (numpy, pandas, scipy,...).
I have a solution in excel but I want to automate that step, as I collect all the data in python.
Thank you in advance
Olli