Skip to content
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 truncate failure #1823

Closed
wesm opened this issue Aug 29, 2012 · 0 comments
Closed

Panel truncate failure #1823

wesm opened this issue Aug 29, 2012 · 0 comments
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Aug 29, 2012

user reported this error (may be for all panels)

panel.truncate(before=None, after=None,
axis=’items’).fillna(value=0.0) will fail with an AssertionError

The failure path is pretty narrow.  If ‘before’ or ‘after’ is
binding, it won’t fail.  If the axis is ‘major’ or ‘minor’ it
won’t fail.  If fillna method is ‘pad’, it won’t fail.  So, it
seems to be just this pretty narrow set of parameter values that
causes a problem (i.e. reindexing the items of a Panel that
results in no change to the Index).
@wesm wesm closed this as completed in b66dc9c Sep 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant