You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/09/26 08:26:13 UTC

[GitHub] [spark] zhengruifeng opened a new pull request, #37998: [SPARK-40561][PS] Implement `min_count` in `GroupBy.min`

zhengruifeng opened a new pull request, #37998:
URL: https://github.com/apache/spark/pull/37998

   ### What changes were proposed in this pull request?
   Implement `min_count` in `GroupBy.min`
   
   ### Why are the changes needed?
   for API coverage
   
   
   ### Does this PR introduce _any_ user-facing change?
   yes, new parameter `min_count` supported
   ```
           >>> df.groupby("D").min(min_count=3).sort_index()
                A      B    C
           D
           a  1.0  False  3.0
           b  NaN   None  NaN
   
   ```
   
   
   ### How was this patch tested?
   added UT and doctest


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] zhengruifeng closed pull request #37998: [SPARK-40561][PS] Implement `min_count` in `GroupBy.min`

Posted by GitBox <gi...@apache.org>.
zhengruifeng closed pull request #37998: [SPARK-40561][PS] Implement `min_count` in `GroupBy.min`
URL: https://github.com/apache/spark/pull/37998


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [spark] zhengruifeng commented on pull request #37998: [SPARK-40561][PS] Implement `min_count` in `GroupBy.min`

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on PR #37998:
URL: https://github.com/apache/spark/pull/37998#issuecomment-1258863348

   Merged into master, thanks @HyukjinKwon for reivew


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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