Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API: DataFrame.interpolate will be deprecated in v0.13 #3676
Comments
|
just make this a warning redirecting to fillna/replace |
|
yep....we'll actually change or 0.12 |
|
closing as #4324 will take care of this (@tomausberger) |
jreback
closed this
Sep 10, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cpcloud commentedMay 21, 2013
see #3582 and #3675. Use
DataFrame.fillna()andDataFrame.replace()instead.