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

ENH: Unify API for drop and dropna for NDFrame #5250

Closed
jtratner opened this issue Oct 17, 2013 · 3 comments · Fixed by #5251
Closed

ENH: Unify API for drop and dropna for NDFrame #5250

jtratner opened this issue Oct 17, 2013 · 3 comments · Fixed by #5251
Milestone

Comments

@jtratner
Copy link
Contributor

This can at least be done for Series and DataFrame (for dropna, thresh and how would just have no effect and axis must always be 0). Need to see whether it's possible for Panel.

cf the recent issue with OLS.predict and issues with how. #5233

@jreback
Copy link
Contributor

jreback commented Oct 17, 2013

yes...I would just make ``Series.dropna(**kwargs)` would close #5233 as well

can unify dropna more in 0.14

@jtratner
Copy link
Contributor Author

Sounds fine to me - do we care about raising on bad axis?
On Oct 17, 2013 8:30 AM, "jreback" notifications@github.com wrote:

yes...I would just make `Series.dropna(**kwargs) would close #5233https://github.com/pydata/pandas/issues/5233as well


Reply to this email directly or view it on GitHubhttps://github.com//issues/5250#issuecomment-26499826
.

@jreback
Copy link
Contributor

jreback commented Oct 17, 2013

raising on bad axis is already in there (you just call self._get_axis_number)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants