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): fix cat-cat error #818

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

fix #755

codecov[bot] commented 2 years ago

Codecov Report

Merging #818 (482ca40) into develop (5bb535d) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 482ca40 differs from pull request most recent head 94f70ef. Consider uploading reports for the commit 94f70ef to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #818      +/-   ##
===========================================
+ Coverage    55.30%   55.32%   +0.01%     
===========================================
  Files          293      293              
  Lines        18989    18993       +4     
===========================================
+ Hits         10501    10507       +6     
+ Misses        8488     8486       -2     
Impacted Files Coverage Δ
dataprep/eda/distribution/render.py 90.73% <100.00%> (+0.12%) :arrow_up:
dataprep/tests/eda/test_plot.py 100.00% <100.00%> (ø)
dataprep/eda/correlation/compute/overview.py 99.24% <0.00%> (+0.75%) :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 da4dc01...94f70ef. Read the comment docs.