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.
The text was updated successfully, but these errors were encountered:
I was just doing some work that involved using the Akima interpolation function and it is not working as I would expect. I created a ticket with an example #21276
Any idea what might be going on here?
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.
The text was updated successfully, but these errors were encountered: