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

Clean up the backend #832

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.

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 #832 (c187c34) into develop (482ca40) will decrease coverage by 0.61%. The diff coverage is 7.71%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #832      +/-   ##
===========================================
- Coverage    55.32%   54.70%   -0.62%     
===========================================
  Files          293      293              
  Lines        18993    19224     +231     
===========================================
+ Hits         10507    10516       +9     
- Misses        8486     8708     +222     
Impacted Files Coverage Δ
dataprep/clean/clean_url.py 97.84% <ø> (ø)
dataprep/clean/gui/clean_gui.py 11.50% <0.00%> (-9.21%) :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.73% <100.00%> (ø)
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 2 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...c187c34. Read the comment docs.