-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Axis behaviour not consistent for df.interpolate for pad with limit_area
passed.
#41813
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
Comments
@mwaddoups on current master I get
But agreed this output doesn't look right, it appears to be interpolating on the wrong axis like you mention:
gives
If you're interested in fixing this, that would be awesome! Please let us know if you run into any issues! |
Hi, is anyone working on this? |
@debnathshoham all yours. |
When the DataFrame is converted to BlockManager it automatically gets transposed.
Lines 6826 to 6836 in 2001798
|
The axis along which interpolation is performed is different for different methods in interpolate.
For example
returns
Clearly with
limit_area
set the interpolation happens on the wrong axis.Not contributed before but happy to have a go at this one?
The text was updated successfully, but these errors were encountered: