Skip to content

Commit 63a9d13

Browse files
authored
DOC: Add how=cross description to join (#44418)
1 parent 71f48a1 commit 63a9d13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/core/frame.py

+5
Original file line numberDiff line numberDiff line change
@@ -9155,6 +9155,11 @@ def join(
91559155
* inner: form intersection of calling frame's index (or column if
91569156
on is specified) with `other`'s index, preserving the order
91579157
of the calling's one.
9158+
* cross: creates the cartesian product from both frames, preserves the order
9159+
of the left keys.
9160+
9161+
.. versionadded:: 1.2.0
9162+
91589163
lsuffix : str, default ''
91599164
Suffix to use from left frame's overlapping columns.
91609165
rsuffix : str, default ''

0 commit comments

Comments
 (0)