Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix sphinx error
  • Loading branch information
d80tb7 committed Sep 26, 2019
commit 84dd277d943b37fb0daeded68b6088bbadb9c610
2 changes: 1 addition & 1 deletion python/pyspark/sql/cogroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def apply(self, udf):
the grouping key(s) will be passed as the first argument and the data will be passed as the
second and third arguments. The grouping key(s) will be passed as a tuple of numpy data
types, e.g., `numpy.int32` and `numpy.float64`. The data will still be passed in as two
`pandas.DataFrame`s containing all columns from the original Spark DataFrames.
`pandas.DataFrame` containing all columns from the original Spark DataFrames.

>>> @pandas_udf("time int, id int, v1 double, v2 string",
... PandasUDFType.COGROUPED_MAP) # doctest: +SKIP
Expand Down