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 stat layout issue #817

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Description

Fix the stat layout of plot(df, x)

codecov[bot] commented 2 years ago

Codecov Report

Merging #817 (5bb535d) into develop (1be5fce) will increase coverage by 0.19%. The diff coverage is 82.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #817      +/-   ##
===========================================
+ Coverage    55.11%   55.30%   +0.19%     
===========================================
  Files          293      293              
  Lines        18855    18989     +134     
===========================================
+ Hits         10391    10501     +110     
- Misses        8464     8488      +24     
Impacted Files Coverage Δ
dataprep/clean/clean_lat_long.py 86.22% <ø> (ø)
dataprep/clean/clean_address.py 95.45% <50.00%> (-0.04%) :arrow_down:
dataprep/clean/clean_date_utils.py 76.84% <81.25%> (+0.25%) :arrow_up:
dataprep/clean/address_utils.py 84.25% <83.33%> (-15.75%) :arrow_down:
dataprep/clean/clean_country.py 93.75% <100.00%> (ø)
dataprep/eda/correlation/compute/overview.py 98.49% <0.00%> (-0.76%) :arrow_down:

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 ab38a36...5bb535d. Read the comment docs.