Skip to content
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

FEAT: DataFrame Where OP Support #756

Closed
wants to merge 21 commits into from
Closed

FEAT: DataFrame Where OP Support #756

wants to merge 21 commits into from

Conversation

fengsxy
Copy link
Contributor

@fengsxy fengsxy commented Nov 14, 2023

What do these changes do?

make the code support for Where Operation

@XprobeBot XprobeBot added this to the v0.7.1 milestone Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

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.

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 ⚠️
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%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@XprobeBot XprobeBot modified the milestones: v0.7.1, v0.7.2 Nov 21, 2023
JiaYaobo and others added 5 commits November 22, 2023 15:18
…orbitsai#749)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
@XprobeBot XprobeBot modified the milestones: v0.7.2, v0.7.3 Jan 5, 2024
@luweizheng
Copy link
Contributor

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

@luweizheng luweizheng closed this Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants