-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added _is_homogeneous property #8299
added _is_homogeneous property #8299
Conversation
thanks for adding this :) I realize now after having requested |
@brandon-b-miller no worries, I can move this to |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8299 +/- ##
===============================================
Coverage ? 82.88%
===============================================
Files ? 105
Lines ? 17880
Branches ? 0
===============================================
Hits ? 14820
Misses ? 3060
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
great work @shaneding ! |
This PR closes #7067.
This was implemented by adding the
_is_homogeneous
property toDataFrame
. Included are appropriate test cases.