You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/v0.13.0.txt
+16
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,22 @@ Experimental
516
516
For more details see the :ref:`indexing documentation on query
517
517
<indexing.query>`.
518
518
519
+
- DataFrame now has an ``isin`` method that can be used to easily check whether the DataFrame's values are contained in an iterable. Use a dictionary if you'd like to check specific iterables for specific columns or rows.
0 commit comments