You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.