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

fix(eda): vscode display issue #932

Closed jinglinpeng closed 1 year ago

jinglinpeng commented 1 year ago

Description

closes #896 #926

codecov[bot] commented 1 year ago

Codecov Report

Merging #932 (26546d0) into develop (a7bf820) will increase coverage by 0.35%. The diff coverage is 86.09%.

@@             Coverage Diff             @@
##           develop     #932      +/-   ##
===========================================
+ 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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.