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

feat(clean) add more clean_phone prefix #895

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

It is described as #876

Snapshots:

Include snapshots for easier review. image

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #895 (73c458c) into develop (a7bf820) will increase coverage by 0.07%. The diff coverage is 97.22%.

@@             Coverage Diff             @@
##           develop     #895      +/-   ##
===========================================
+ Coverage    56.01%   56.09%   +0.07%     
===========================================
  Files          314      314              
  Lines        20383    20401      +18     
===========================================
+ Hits         11418    11444      +26     
+ Misses        8965     8957       -8     
Impacted Files Coverage Δ
dataprep/eda/create_db_report/views/constraint.py 92.30% <80.00%> (ø)
dataprep/clean/clean_phone.py 95.69% <95.00%> (+0.46%) :arrow_up:
...rep/eda/create_db_report/db_models/table_column.py 90.24% <100.00%> (ø)
dataprep/eda/create_db_report/db_models/view.py 100.00% <100.00%> (ø)
.../eda/create_db_report/page_models/page_template.py 100.00% <100.00%> (ø)
...eda/create_db_report/template_models/constraint.py 40.00% <100.00%> (ø)
...prep/eda/create_db_report/template_models/table.py 100.00% <100.00%> (ø)
...a/create_db_report/template_models/table_column.py 80.59% <100.00%> (ø)
...da/create_db_report/template_models/table_index.py 80.95% <100.00%> (ø)
dataprep/eda/create_db_report/views/column.py 100.00% <100.00%> (ø)
... and 6 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 f681b8e...73c458c. Read the comment docs.