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
1.99k stars 203 forks source link

Finish the backend for selecting columns in cleaning #853

Closed yixuy closed 2 years ago

yixuy commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Finish the connection between the function module and frontend for selecting the columns

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Snapshots:

image

Include snapshots for easier review.

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #853 (0faa260) into develop (482ca40) will decrease coverage by 0.40%. The diff coverage is 36.87%.

:exclamation: Current head 0faa260 differs from pull request most recent head 63848a9. Consider uploading reports for the commit 63848a9 to get more accurate results

@@             Coverage Diff             @@
##           develop     #853      +/-   ##
===========================================
- Coverage    55.32%   54.91%   -0.41%     
===========================================
  Files          293      293              
  Lines        18993    19482     +489     
===========================================
+ Hits         10507    10699     +192     
- Misses        8486     8783     +297     
Impacted Files Coverage Δ
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% <ø> (ø)
dataprep/clean/clean_be_vat.py 25.00% <ø> (ø)
... and 153 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 cb38693...63848a9. Read the comment docs.