Introduction
We use interp1d to find values between known data points. It helps us guess missing or in-between values smoothly.
You have temperature readings every hour but want to know the temperature at half past the hour.
You know sales numbers for some days and want to estimate sales on days without data.
You have a few points of a curve and want to draw a smooth line connecting them.
You want to convert data sampled at one rate to another rate by estimating values in between.