Skip to content

BUG: Fix computation of invalid NaN indexes for interpolate. #11124

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

Merged
merged 1 commit into from
Sep 16, 2015
Merged

BUG: Fix computation of invalid NaN indexes for interpolate. #11124

merged 1 commit into from
Sep 16, 2015

Conversation

lmjohns3
Copy link

Fixes issue #11115.

This change fixes up a couple edge cases for the computation of invalid NaN indexes for interpolation limits.

I've also added a test explicitly for the reported bug (and similar behaviors at the opposite end of the series) in #11115.

/cc @jreback

@jreback jreback added the Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate label Sep 16, 2015
@jreback jreback added this to the 0.17.0 milestone Sep 16, 2015
@jreback
Copy link
Contributor

jreback commented Sep 16, 2015

in the whatsnew add this issue on (where the limit_direction change exists, just add this issue number on)

@lmjohns3
Copy link
Author

Done!

@jreback
Copy link
Contributor

jreback commented Sep 16, 2015

gr8. don't worry about eh failing builds on travis. fixing shortly

jreback added a commit that referenced this pull request Sep 16, 2015
BUG: Fix computation of invalid NaN indexes for interpolate.
@jreback jreback merged commit 7512f95 into pandas-dev:master Sep 16, 2015
@jreback
Copy link
Contributor

jreback commented Sep 16, 2015

thanks!

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

Successfully merging this pull request may close these issues.

2 participants