pyspark.sql.
PandasCogroupedOps
A logical grouping of two GroupedData, created by GroupedData.cogroup().
GroupedData
GroupedData.cogroup()
New in version 3.0.0.
Notes
This API is experimental.
Methods
applyInPandas(func, schema)
applyInPandas
Applies a function to each cogroup using pandas and returns the result as a DataFrame.