There was an error while loading. Please reload this page.
2 parents a9778f1 + 8b8ce49 commit d25aaffCopy full SHA for d25aaff
doc/source/indexing.rst
@@ -590,14 +590,6 @@ a list of items you want to check for.
590
591
df.isin(values)
592
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
601
Combine DataFrame's ``isin`` with the ``any()`` and ``all()`` methods to
602
quickly select subsets of your data that meet a given criteria.
603
To select a row where each column meets its own criterion:
0 commit comments