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 d1a60ce commit becf4acCopy full SHA for becf4ac
python/pyspark/sql/cogroup.py
@@ -48,9 +48,9 @@ def apply(self, udf):
48
a Tuple can be provided, in which case the cogroup key will be passed in as the Tuple
49
parameter.
50
51
- For each side of the cogroup, all columns are passed together
52
- as a `pandas.DataFrame` to the user-function and the returned `pandas.DataFrame`
53
- are combined as a :class:`DataFrame`.
+ For each side of the cogroup, all columns are passed together as a `pandas.DataFrame`
+ to the user-function and the returned `pandas.DataFrame` are combined as a
+ :class:`DataFrame`.
54
55
The returned `pandas.DataFrame` can be of arbitrary length and its schema must match the
56
returnType of the pandas udf.
0 commit comments