Introduction
Interpolation helps us find values between known data points. It fills gaps in data smoothly and logically.
You have temperature readings every hour but want to know the temperature at half past the hour.
You know sales numbers for some months and want to estimate sales for missing months.
You have GPS locations recorded every minute and want to estimate position at a specific second.
You want to draw a smooth curve through scattered data points for visualization.