xorbits
xorbits copied to clipboard
FEAT: DataFrame Mask OP Support
What do these changes do?
We add the code support for the Mask Operation in DataFrame Object.
Related issue number
Fixes #xxxx
Check code requirements
- [ ] tests added / passed (if needed)
- [ ] Ensure all linting tests pass
Codecov Report
Attention: 69 lines in your changes are missing coverage. Please review.
Comparison is base (
de8c809) 93.24% compared to head (f6f64e2) 81.48%.
| Files | Patch % | Lines |
|---|---|---|
| python/xorbits/_mars/dataframe/base/mask.py | 30.30% | 69 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #762 +/- ##
===========================================
- Coverage 93.24% 81.48% -11.76%
===========================================
Files 1059 1060 +1
Lines 79811 79913 +102
Branches 16511 16529 +18
===========================================
- Hits 74421 65120 -9301
- Misses 3658 12520 +8862
- Partials 1732 2273 +541
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 81.35% <32.35%> (-11.82%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We have already implemented df.where and df.mask in python/xorbits/_mars/dataframe/indexing/where.py.