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

Change template folder #764

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 #764 (b0f6672) into develop (946319f) will decrease coverage by 0.51%. The diff coverage is 26.60%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #764      +/-   ##
===========================================
- Coverage    56.17%   55.65%   -0.52%     
===========================================
  Files          288      293       +5     
  Lines        18274    18601     +327     
===========================================
+ Hits         10265    10352      +87     
- Misses        8009     8249     +240     
Impacted Files Coverage Δ
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/clean/__init__.py 100.00% <100.00%> (ø)
dataprep/eda/__init__.py 91.66% <100.00%> (+0.75%) :arrow_up:
dataprep/eda/correlation/compute/overview.py 96.24% <0.00%> (ø)

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 3bd0277...b0f6672. Read the comment docs.