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.05k stars 206 forks source link

feat(clean): New version of GUI #797

Closed qidanrui closed 2 years ago

qidanrui commented 2 years ago

Description

This is the new version of Dataprep.Clean GUI.

Snapshots:

Screen Shot 2022-02-01 at 6 47 53 PM

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #797 (6828807) into develop (0090169) will decrease coverage by 0.42%. The diff coverage is 28.67%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #797      +/-   ##
===========================================
- Coverage    55.54%   55.11%   -0.43%     
===========================================
  Files          293      293              
  Lines        18602    18857     +255     
===========================================
+ Hits         10332    10393      +61     
- Misses        8270     8464     +194     
Impacted Files Coverage Δ
dataprep/eda/configs.py 96.88% <ø> (ø)
dataprep/eda/diff/render.py 90.97% <ø> (-0.40%) :arrow_down:
dataprep/tests/eda/random_data_generator.py 96.80% <ø> (ø)
dataprep/eda/create_diff_report/diff_formatter.py 16.58% <13.33%> (-0.66%) :arrow_down:
dataprep/clean/gui/clean_gui.py 20.71% <18.06%> (-12.62%) :arrow_down:
dataprep/clean/clean_headers.py 97.77% <100.00%> (ø)
dataprep/clean/clean_text.py 100.00% <100.00%> (ø)
dataprep/eda/distribution/compute/univariate.py 87.13% <100.00%> (ø)
dataprep/tests/eda/test_config.py 100.00% <100.00%> (ø)
... and 4 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 6c9e7ab...6828807. Read the comment docs.