What is interpolate in pandas?
Pandas DataFrame interpolate() Method
The interpolate() method replaces the NULL values based on a specified method.
What does interpolate do in Python?
Interpolation in Python is a technique used to estimate unknown data points between two known data points. Interpolation is mostly used to impute missing values in the dataframe or series while preprocessing data.