Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21887#discussion_r205645135
  
    --- Diff: docs/sql-programming-guide.md ---
    @@ -1804,6 +1804,25 @@ The following example shows how to use 
`groupby().apply()` to subtract the mean
     For detailed usage, please see 
[`pyspark.sql.functions.pandas_udf`](api/python/pyspark.sql.html#pyspark.sql.functions.pandas_udf)
 and
     
[`pyspark.sql.GroupedData.apply`](api/python/pyspark.sql.html#pyspark.sql.GroupedData.apply).
     
    +### Grouped Aggregate
    +
    +Grouped aggregate Pandas UDFs are similar to Spark aggregate functions. 
Grouped aggregate Pandas UDFs are used with groupBy and
    --- End diff --
    
    `groupBy` -> `` `groupBy().agg()` ``
    
    `window operations` -> can we link normal window Python API doc here?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to