File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10183,8 +10183,7 @@ def join(
10183
10183
* left: use calling frame's index (or column if on is specified)
10184
10184
* right: use `other`'s index.
10185
10185
* outer: form union of calling frame's index (or column if on is
10186
- specified) with `other`'s index, and sort it.
10187
- lexicographically.
10186
+ specified) with `other`'s index, and sort it lexicographically.
10188
10187
* inner: form intersection of calling frame's index (or column if
10189
10188
on is specified) with `other`'s index, preserving the order
10190
10189
of the calling's one.
@@ -10204,7 +10203,7 @@ def join(
10204
10203
If specified, checks if join is of specified type.
10205
10204
10206
10205
* "one_to_one" or "1:1": check if join keys are unique in both left
10207
- and right datasets.
10206
+ and right datasets.
10208
10207
* "one_to_many" or "1:m": check if join keys are unique in left dataset.
10209
10208
* "many_to_one" or "m:1": check if join keys are unique in right dataset.
10210
10209
* "many_to_many" or "m:m": allowed, but does not result in checks.
You can’t perform that action at this time.
0 commit comments