Concept Flow - interp1d for 1D interpolation
Start with known points (x, y)
Create interp1d function
Input new x values
interp1d calculates interpolated y
Output interpolated y values
We start with known data points, create an interpolation function, input new x values, and get interpolated y values.