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

Hotfix(clean) clean the backend #829

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.

Clean the print while developing the code in the backend

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:

Include snapshots for easier review.

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #829 (3864380) into develop (482ca40) will decrease coverage by 0.61%. The diff coverage is 7.74%.

:exclamation: Current head 3864380 differs from pull request most recent head d8cd461. Consider uploading reports for the commit d8cd461 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #829      +/-   ##
===========================================
- Coverage    55.32%   54.70%   -0.62%     
===========================================
  Files          293      293              
  Lines        18993    19223     +230     
===========================================
+ Hits         10507    10516       +9     
- Misses        8486     8707     +221     
Impacted Files Coverage Δ
dataprep/clean/clean_url.py 97.84% <ø> (ø)
dataprep/clean/gui/clean_gui.py 11.53% <0.00%> (-9.19%) :arrow_down:
dataprep/eda/create_diff_report/__init__.py 50.00% <0.00%> (ø)
dataprep/eda/create_diff_report/diff_formatter.py 16.58% <0.00%> (ø)
dataprep/eda/correlation/render.py 98.69% <100.00%> (+0.02%) :arrow_up:
dataprep/eda/distribution/render.py 90.63% <100.00%> (-0.11%) :arrow_down:
dataprep/tests/eda/test_create_report.py 87.87% <100.00%> (+0.78%) :arrow_up:
dataprep/tests/eda/test_plot.py 100.00% <100.00%> (ø)
... and 3 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 5e2f38a...d8cd461. Read the comment docs.