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.05k stars 206 forks source link

docs(eda): enrich parameters in report #759

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

Add the section parameter in create_report Also close #730

codecov[bot] commented 2 years ago

Codecov Report

Merging #759 (946319f) into develop (7f13cd5) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #759      +/-   ##
===========================================
- Coverage    56.18%   56.17%   -0.02%     
===========================================
  Files          288      288              
  Lines        18274    18274              
===========================================
- Hits         10267    10265       -2     
- Misses        8007     8009       +2     
Impacted Files Coverage Δ
dataprep/eda/distribution/compute/overview.py 93.51% <ø> (+0.50%) :arrow_up:
dataprep/tests/eda/test_plot.py 100.00% <100.00%> (ø)
dataprep/eda/correlation/compute/overview.py 96.24% <0.00%> (-3.01%) :arrow_down:
dataprep/eda/diff/render.py 91.00% <0.00%> (-0.36%) :arrow_down:
dataprep/eda/distribution/render.py 92.82% <0.00%> (+0.20%) :arrow_up:

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 9e6f8e8...946319f. Read the comment docs.