Skip to content

Commit b238935

Browse files
committed
Add documentation
1 parent 0189ab8 commit b238935

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pandas/core/frame.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,14 @@
393393
* "many_to_one" or "m:1": check if merge keys are unique in right
394394
dataset.
395395
* "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 ``+``.
396404
397405
Returns
398406
-------

0 commit comments

Comments
 (0)