xorbits icon indicating copy to clipboard operation
xorbits copied to clipboard

FEAT: DataFrame Where OP Support

Open fengsxy opened this issue 2 years ago • 1 comments

What do these changes do?

make the code support for Where Operation

fengsxy avatar Nov 14 '23 05:11 fengsxy

Codecov Report

Attention: Patch coverage is 82.85714% with 18 lines in your changes missing coverage. Please review.

Project coverage is 93.58%. Comparing base (e4a996f) to head (efc498c). Report is 12 commits behind head on main.

:exclamation: Current head efc498c differs from pull request most recent head 672f49e

Please upload reports for the commit 672f49e to get more accurate results.

Files Patch % Lines
python/xorbits/_mars/dataframe/base/where.py 82.52% 10 Missing and 8 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #756      +/-   ##
==========================================
+ Coverage   93.55%   93.58%   +0.02%     
==========================================
  Files        1059     1060       +1     
  Lines       79781    79886     +105     
  Branches    16504    16522      +18     
==========================================
+ Hits        74640    74761     +121     
+ Misses       3461     3439      -22     
- Partials     1680     1686       +6     
Flag Coverage Δ
unittests 93.47% <82.85%> (+0.02%) :arrow_up:

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.

codecov[bot] avatar Nov 14 '23 06:11 codecov[bot]

We have already implemented df.where and df.mask in python/xorbits/_mars/dataframe/indexing/where.py.

luweizheng avatar Jun 27 '24 13:06 luweizheng