sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.03k stars 204 forks source link

fix(eda): scipy version issue #870

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

close #840

codecov[bot] commented 2 years ago

Codecov Report

Merging #870 (8798a14) into develop (482ca40) will increase coverage by 0.62%. The diff coverage is 37.75%.

@@             Coverage Diff             @@
##           develop     #870      +/-   ##
===========================================
+ Coverage    55.32%   55.94%   +0.62%     
===========================================
  Files          293      314      +21     
  Lines        18993    20434    +1441     
===========================================
+ Hits         10507    11432     +925     
- Misses        8486     9002     +516     
Impacted Files Coverage Δ
dataprep/clean/__init__.py 100.00% <ø> (ø)
dataprep/clean/clean_ad_nrt.py 25.58% <ø> (ø)
dataprep/clean/clean_al_nipt.py 25.58% <ø> (ø)
dataprep/clean/clean_ar_cbu.py 20.00% <ø> (ø)
dataprep/clean/clean_ar_cuit.py 23.91% <ø> (ø)
dataprep/clean/clean_ar_dni.py 23.91% <ø> (ø)
dataprep/clean/clean_at_uid.py 25.58% <ø> (ø)
dataprep/clean/clean_at_vnr.py 25.58% <ø> (ø)
dataprep/clean/clean_au_acn.py 23.40% <ø> (ø)
dataprep/clean/clean_be_iban.py 23.40% <ø> (ø)
... and 169 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d4e0a0...8798a14. Read the comment docs.