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/03/31 17:28:23 UTC

[GitHub] [spark] xinrong-databricks opened a new pull request #36028: [SPARK-38726][PYTHON] Support `how` parameter of `MultiIndex.dropna`

xinrong-databricks opened a new pull request #36028:
URL: https://github.com/apache/spark/pull/36028


   ### What changes were proposed in this pull request?
   Support `how` parameter of `MultiIndex.dropna` to specify drop the value when any or all levels are NaN.
   
   
   ### Why are the changes needed?
   To reach parity with pandas.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes.`how` parameter of `MultiIndex.dropna` is supported
   
   
   ### How was this patch tested?
   Unit tests.
   


-- 
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] xinrong-databricks commented on pull request #36028: [SPARK-38726][PYTHON] Support `how` parameter of `MultiIndex.dropna`

Posted by GitBox <gi...@apache.org>.
xinrong-databricks commented on pull request #36028:
URL: https://github.com/apache/spark/pull/36028#issuecomment-1086269127


   CC @ueshin @HyukjinKwon @itholic  Thanks!


-- 
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