You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2022/09/02 09:31:30 UTC

[spark] branch master updated: [SPARK-39284][FOLLOW] Add Groupby.mad to API references

This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ef2ad27faa [SPARK-39284][FOLLOW] Add Groupby.mad to API references
2ef2ad27faa is described below

commit 2ef2ad27faa2599c687f7ead2a2855fa9b7495a3
Author: Ruifeng Zheng <ru...@apache.org>
AuthorDate: Fri Sep 2 17:30:41 2022 +0800

    [SPARK-39284][FOLLOW] Add Groupby.mad to API references
    
    ### What changes were proposed in this pull request?
    Add `Groupby.mad` to API references
    
    ### Why are the changes needed?
    `Groupby.mad` was implemented in https://github.com/apache/spark/pull/36660, but I forgot to add it to the doc
    
    ### Does this PR introduce _any_ user-facing change?
    yes, this API will be listed in the references
    
    ### How was this patch tested?
    existing doc building
    
    Closes #37767 from zhengruifeng/ps_ref_groupby_mad.
    
    Authored-by: Ruifeng Zheng <ru...@apache.org>
    Signed-off-by: Ruifeng Zheng <ru...@apache.org>
---
 python/docs/source/reference/pyspark.pandas/groupby.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/docs/source/reference/pyspark.pandas/groupby.rst b/python/docs/source/reference/pyspark.pandas/groupby.rst
index 2aa39d25765..6d8eed8e684 100644
--- a/python/docs/source/reference/pyspark.pandas/groupby.rst
+++ b/python/docs/source/reference/pyspark.pandas/groupby.rst
@@ -68,6 +68,7 @@ Computations / Descriptive Stats
    GroupBy.filter
    GroupBy.first
    GroupBy.last
+   GroupBy.mad
    GroupBy.max
    GroupBy.mean
    GroupBy.median


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org