pandas 0.7.2 documentation

pandas.Series.interpolate

Series.interpolate(method='linear')

Interpolate missing values (after the first valid value)

Parameters :

method : {‘linear’, ‘time’}

Interpolation method. Time interpolation works on daily and higher resolution data to interpolate given length of interval

Returns :

interpolated : Series