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.98k stars 203 forks source link

New Release for new milestone #929

Closed yixuy closed 1 year ago

yixuy commented 1 year 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 1 year ago

Codecov Report

Merging #929 (57120f5) into develop (a7bf820) will increase coverage by 0.35%. The diff coverage is 86.09%.

@@             Coverage Diff             @@
##           develop     #929      +/-   ##
===========================================
+ Coverage    56.01%   56.37%   +0.35%     
===========================================
  Files          314      318       +4     
  Lines        20383    20630     +247     
===========================================
+ Hits         11418    11630     +212     
- Misses        8965     9000      +35     
Impacted Files Coverage Δ
dataprep/clean/clean_url.py 97.84% <ø> (ø)
dataprep/clean/gui/clean_gui.py 29.13% <0.00%> (-0.04%) :arrow_down:
dataprep/clean/clean_json.py 30.76% <30.76%> (ø)
...taprep/eda/create_db_report/header/sql_metadata.py 42.01% <33.33%> (-0.12%) :arrow_down:
dataprep/eda/create_db_report/report.py 42.85% <42.85%> (ø)
dataprep/eda/create_db_report/__init__.py 70.00% <66.66%> (+6.36%) :arrow_up:
...ataprep/eda/create_db_report/db_models/database.py 90.90% <80.00%> (-3.54%) :arrow_down:
dataprep/eda/create_db_report/views/constraint.py 92.30% <80.00%> (ø)
...aprep/eda/create_db_report/db_models/constraint.py 72.13% <90.90%> (+14.23%) :arrow_up:
dataprep/clean/clean_phone.py 95.69% <95.00%> (+0.46%) :arrow_up:
... and 26 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 a10a04b...57120f5. Read the comment docs.