Skip to content

DOC: 10 minutes - 'where' not used #12661

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

Closed
scientist1642 opened this issue Mar 17, 2016 · 1 comment · Fixed by #14708
Closed

DOC: 10 minutes - 'where' not used #12661

scientist1642 opened this issue Mar 17, 2016 · 1 comment · Fixed by #14708
Labels
Milestone

Comments

@scientist1642
Copy link

in pandas 0.18.0: doc
"where" is mentioned but not used, should it be df.where(df > 0)? It's the same in this case but anyway..

@jreback
Copy link
Contributor

jreback commented Mar 17, 2016

df[df > 0] IS implemented using where. I suppose you could add a clarification / example (meaning how to actually use .where from the main docs).

@jreback jreback added the Docs label Mar 17, 2016
@jreback jreback added this to the Next Major Release milestone Mar 17, 2016
prabhjotsumman added a commit to prabhjotsumman/pandas that referenced this issue Mar 20, 2016
@jreback jreback modified the milestones: 0.19.2, Next Major Release Nov 22, 2016
mroeschke added a commit to mroeschke/pandas that referenced this issue Nov 23, 2016
jorisvandenbossche pushed a commit that referenced this issue Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants