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):plot_diff when columns are not aligned #860

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

close #848

codecov[bot] commented 2 years ago

Codecov Report

Merging #860 (7e53dbf) into develop (8798a14) will increase coverage by 0.10%. The diff coverage is 90.00%.

@@             Coverage Diff             @@
##           develop     #860      +/-   ##
===========================================
+ Coverage    55.94%   56.04%   +0.10%     
===========================================
  Files          314      314              
  Lines        20434    20447      +13     
===========================================
+ Hits         11432    11460      +28     
+ Misses        9002     8987      -15     
Impacted Files Coverage Δ
dataprep/eda/diff/compute/multiple_df.py 94.24% <55.55%> (+3.18%) :arrow_up:
dataprep/eda/distribution/compute/bivariate.py 86.29% <100.00%> (+1.98%) :arrow_up:
dataprep/eda/distribution/render.py 90.96% <100.00%> (+0.22%) :arrow_up:
dataprep/eda/utils.py 82.57% <100.00%> (+0.33%) :arrow_up:
dataprep/tests/eda/test_plot.py 100.00% <100.00%> (ø)
dataprep/tests/eda/test_plot_diff.py 100.00% <100.00%> (ø)
dataprep/eda/diff/render.py 92.05% <0.00%> (+0.72%) :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 a6790f3...7e53dbf. Read the comment docs.