xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.11k stars 67 forks source link

BUG: fix drop_duplicates no dtypes #627

Closed Hank0626 closed 1 year ago

Hank0626 commented 1 year ago

What do these changes do?

Related issue number

Fixes #549

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #627 (482c9e6) into main (8123a3d) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #627      +/-   ##
==========================================
+ Coverage   93.62%   93.63%   +0.01%     
==========================================
  Files        1021     1021              
  Lines       79057    79059       +2     
  Branches    16399    16400       +1     
==========================================
+ Hits        74014    74027      +13     
+ Misses       3384     3372      -12     
- Partials     1659     1660       +1     
Flag Coverage Δ
unittests 93.52% <100.00%> (+0.01%) :arrow_up:

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

Files Changed Coverage Δ
python/xorbits/_mars/dataframe/base/_duplicate.py 97.40% <100.00%> (+0.76%) :arrow_up:

... and 7 files with indirect coverage changes