[SPARK-36435][PYTHON] Implement MultIndex.equal_levels#34113
Conversation
|
Test build #143642 has finished for PR 34113 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
cc @ueshin @HyukjinKwon @xinrong-databricks |
|
Test build #143702 has finished for PR 34113 at commit
|
|
Test build #143704 has finished for PR 34113 at commit
|
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
|
Kubernetes integration test starting |
|
Test build #143706 has finished for PR 34113 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Kubernetes integration test starting |
|
Test build #143778 has finished for PR 34113 at commit
|
|
Kubernetes integration test status failure |
|
Merged to master. |
What changes were proposed in this pull request?
This PR proposes implementing
MultiIndex.equal_levels.This was originally proposed in databricks/koalas#1789, and all reviews in origin PR has been resolved.
Why are the changes needed?
We should support the pandas API as much as possible for pandas-on-Spark module.
Does this PR introduce any user-facing change?
Yes, the
MultiIndex.equal_levelsAPI is available.How was this patch tested?
Unittests