We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0189ab8 commit b238935Copy full SHA for b238935
pandas/core/frame.py
@@ -393,6 +393,14 @@
393
* "many_to_one" or "m:1": check if merge keys are unique in right
394
dataset.
395
* "many_to_many" or "m:m": allowed, but does not result in checks.
396
+ * "total": check if all merge keys on each side are also present
397
+ on the other side
398
+ * "left_total": check if mere keys on the left side are all present
399
+ on the right side
400
+ * "right_total": check if merge keys on the right side are all present
401
+ on the left side
402
+
403
+ More than one merge type can be passed when separated by a ``+``.
404
405
Returns
406
-------
0 commit comments