Skip to content

Add Akima Interpolation to Pandas #7588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dershow opened this issue Jun 27, 2014 · 3 comments
Closed

Add Akima Interpolation to Pandas #7588

dershow opened this issue Jun 27, 2014 · 3 comments
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone

Comments

@dershow
Copy link

dershow commented Jun 27, 2014

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.

@jreback
Copy link
Contributor

jreback commented Jun 27, 2014

sure, requires scipy >= 0.14.0 though.

@jreback jreback added this to the 0.15.0 milestone Jun 27, 2014
@dershow
Copy link
Author

dershow commented Jun 27, 2014

It looks like for the pchip interpolate that pandas just does a check to verify that it is there, and otherwise reports that scipy doesn't support it.

@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jreback jreback modified the milestones: 0.18.1, Next Major Release Apr 10, 2016
@dershow
Copy link
Author

dershow commented Jun 1, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants