Skip to content

Commit d25aaff

Browse files
committed
Merge pull request #5296 from TomAugspurger/iloc-docs
DOC: Remove iloc example.
2 parents a9778f1 + 8b8ce49 commit d25aaff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/source/indexing.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -590,14 +590,6 @@ a list of items you want to check for.
590590
591591
df.isin(values)
592592
593-
You can also describe columns using integer location:
594-
595-
.. ipython:: python
596-
597-
values = {0: ['a', 'b']}
598-
599-
df.isin(values, iloc=True)
600-
601593
Combine DataFrame's ``isin`` with the ``any()`` and ``all()`` methods to
602594
quickly select subsets of your data that meet a given criteria.
603595
To select a row where each column meets its own criterion:

0 commit comments

Comments
 (0)