Linear Interpolation
Learn how to apply linear interpolation to missing data in SQL.
We'll cover the following
Overview
So far, we've seen how to fill in missing data using constant values or using a next or a last known value. These approaches are fairly simple, but they are a bit crude. There are other interpolation methods that fill in missing values in a more natural way.
Linear interpolation formula
Using
Get hands-on with 1400+ tech skills courses.