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

fix(eda):report for empty df #854

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

close #851

codecov[bot] commented 2 years ago

Codecov Report

Merging #854 (bb2d124) into develop (8798a14) will decrease coverage by 1.14%. The diff coverage is 100.00%.

:exclamation: Current head bb2d124 differs from pull request most recent head 485e58d. Consider uploading reports for the commit 485e58d to get more accurate results

@@             Coverage Diff             @@
##           develop     #854      +/-   ##
===========================================
- Coverage    55.94%   54.80%   -1.15%     
===========================================
  Files          314      293      -21     
  Lines        20434    19235    -1199     
===========================================
- Hits         11432    10541     -891     
+ Misses        9002     8694     -308     
Impacted Files Coverage Δ
dataprep/eda/create_report/formatter.py 94.19% <100.00%> (+0.05%) :arrow_up:
dataprep/tests/eda/test_create_report.py 100.00% <100.00%> (ø)
dataprep/clean/gui/clean_gui.py 11.53% <0.00%> (-17.65%) :arrow_down:
dataprep/clean/clean_au_abn.py 23.91% <0.00%> (-1.62%) :arrow_down:
dataprep/datasets/_base.py 92.85% <0.00%> (-1.27%) :arrow_down:
dataprep/eda/__init__.py 91.66% <0.00%> (-0.65%) :arrow_down:
dataprep/clean/clean_lat_long.py 86.22% <0.00%> (-0.52%) :arrow_down:
dataprep/clean/__init__.py 100.00% <0.00%> (ø)
dataprep/clean/clean_au_acn.py 23.40% <0.00%> (ø)
...taprep/eda/create_db_report/header/sql_metadata.py
... and 20 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 d4a24cc...485e58d. Read the comment docs.