Add Akima Interpolation to Pandas · Issue #7588 · pandas-dev/pandas (original) (raw)
Currently Akima is not a valid interpolation method in Pandas. However scipy does have Akima1Dinterpolator. As Pandas uses SciPy for doing interpolation, adding the Akima method to pandas should be easy.