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.01k stars 204 forks source link

Add frontend dist folder #762

Closed qidanrui closed 2 years ago

qidanrui 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 #762 (bf4080c) into develop (7e54ab7) will decrease coverage by 0.48%. The diff coverage is 33.99%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #762      +/-   ##
===========================================
- Coverage    56.15%   55.67%   -0.49%     
===========================================
  Files          288      293       +5     
  Lines        18223    18601     +378     
===========================================
+ Hits         10234    10356     +122     
- Misses        7989     8245     +256     
Impacted Files Coverage Δ
dataprep/eda/distribution/compute/overview.py 93.51% <ø> (+0.50%) :arrow_up:
dataprep/eda/intermediate.py 33.01% <3.84%> (-9.49%) :arrow_down:
dataprep/eda/create_diff_report/diff_formatter.py 17.24% <17.24%> (ø)
dataprep/clean/gui/clean_gui.py 33.33% <33.33%> (ø)
dataprep/tests/eda/test_create_diff_report.py 38.46% <38.46%> (ø)
dataprep/eda/create_diff_report/__init__.py 50.00% <50.00%> (ø)
dataprep/clean/clean_df_gui.py 61.53% <61.53%> (ø)
dataprep/eda/create_report/formatter.py 93.69% <96.00%> (+0.94%) :arrow_up:
dataprep/clean/__init__.py 100.00% <100.00%> (ø)
dataprep/eda/__init__.py 91.66% <100.00%> (+0.75%) :arrow_up:
... and 9 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 7f4ab12...bf4080c. Read the comment docs.