-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Panel.ffill ignores axis parameter and fill along axis=1 #14499
Comments
@Tux1 Thanks for the report. PRs with a fix are certainly welcome (should be rather easy, I think |
@jorisvandenbossche Yes, it is quite easy to fix. Will do it as soon as i have free time |
@jorisvandenbossche finally, it is not as easy as we thought. |
@Tux1 In the PR, you now took the approach of raising a NotImplementedError for those cases? I think that is OK to start with |
@jorisvandenbossche yes but I will break compatibility with |
@jorisvandenbossche Finally, it is fine. I handle the case |
dupe of #8251 |
A small, complete example of the issue
Expected Output
a.at['a', 1, 1] == 3
If you ffill along axis=2, you should get
3
instead of1
Output of
pd.show_versions()
Pandas 0.19.0
The text was updated successfully, but these errors were encountered: