Skip to content

DOC: Disambiguate 'where' in boolean indexing-10min.rst (#12661) #14708

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

Merged
merged 1 commit into from
Nov 23, 2016

Conversation

mroeschke
Copy link
Member

Per @jorisvandenbossche comment in this thread (#12671), remove code markdown from 'where' to not confuse the example with the where() method.

@codecov-io
Copy link

codecov-io commented Nov 22, 2016

Current coverage is 85.20% (diff: 100%)

Merging #14708 into master will decrease coverage by <.01%

@@             master     #14708   diff @@
==========================================
  Files           143        143          
  Lines         50796      50787     -9   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43285      43274    -11   
- Misses         7511       7513     +2   
  Partials          0          0          

Powered by Codecov. Last update 880de30...1093b0a

@jreback jreback added the Docs label Nov 22, 2016
@jreback jreback added this to the 0.19.2 milestone Nov 22, 2016
@@ -282,7 +282,7 @@ Using a single column's values to select data.

df[df.A > 0]

A ``where`` operation for getting.
A where operation for getting.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain a touch more?

@mroeschke
Copy link
Member Author

Thanks for the feedback @jreback. Expanded a bit on the example.

@jorisvandenbossche jorisvandenbossche merged commit ae72d3b into pandas-dev:master Nov 23, 2016
@jorisvandenbossche
Copy link
Member

@mroeschke Thanks!

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.2 Dec 14, 2016
@mroeschke mroeschke deleted the fix_12661 branch December 21, 2016 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: 10 minutes - 'where' not used
4 participants