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.01k stars 204 forks source link

fix(eda):pandas type #746

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Fix pandas type issue in create_report. Closes #733

codecov[bot] commented 2 years ago

Codecov Report

Merging #746 (2cbb387) into develop (7e54ab7) will decrease coverage by 0.06%. The diff coverage is 16.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #746      +/-   ##
===========================================
- Coverage    56.15%   56.09%   -0.07%     
===========================================
  Files          288      288              
  Lines        18223    18252      +29     
===========================================
+ Hits         10234    10238       +4     
- Misses        7989     8014      +25     
Impacted Files Coverage Δ
dataprep/eda/intermediate.py 33.01% <3.84%> (-9.49%) :arrow_down:
dataprep/eda/eda_frame.py 86.70% <100.00%> (+0.15%) :arrow_up:
dataprep/tests/eda/test_create_report.py 87.09% <100.00%> (+0.21%) :arrow_up:
dataprep/eda/distribution/render.py 92.12% <0.00%> (-0.11%) :arrow_down:
dataprep/eda/diff/render.py 91.36% <0.00%> (+0.35%) :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 57d3f37...2cbb387. Read the comment docs.