There was an error while loading. Please reload this page.
1 parent de6f6b3 commit 52972f4Copy full SHA for 52972f4
pandas/core/frame.py
@@ -341,8 +341,12 @@
341
of the left keys.
342
* left_anti: use only keys from left frame that are not in right frame, similar
343
to SQL left anti join; preserve key order.
344
+
345
+ .. versionadded:: 3.0
346
* right_anti: use only keys from right frame that are not in left frame, similar
347
to SQL right anti join; preserve key order.
348
349
350
on : Hashable or a sequence of the previous
351
Column or index level names to join on. These must be found in both
352
DataFrames. If `on` is None and not merging on indexes then this defaults
0 commit comments