lux-org / lux

Automatically visualize your pandas dataframe via a single print! 📊 💡
Apache License 2.0
5.15k stars 365 forks source link

Bugfix for all column and temporal action #373

Closed dorisjlee closed 3 years ago

dorisjlee commented 3 years ago

Several bugfixes for the new COVID HPI demo:

codecov[bot] commented 3 years ago

Codecov Report

Merging #373 (3c8da4c) into master (6bda76b) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   84.85%   84.96%   +0.11%     
==========================================
  Files          52       52              
  Lines        4007     4017      +10     
==========================================
+ Hits         3400     3413      +13     
+ Misses        607      604       -3     
Impacted Files Coverage Δ
lux/core/frame.py 82.06% <100.00%> (ø)
lux/processor/Compiler.py 98.05% <100.00%> (+0.03%) :arrow_up:
lux/vislib/altair/BarChart.py 86.11% <100.00%> (+1.26%) :arrow_up:
lux/vislib/altair/LineChart.py 82.97% <100.00%> (-0.36%) :arrow_down:
lux/vislib/matplotlib/Heatmap.py 96.66% <0.00%> (ø)
lux/vislib/matplotlib/ScatterChart.py 76.47% <0.00%> (+1.17%) :arrow_up:
lux/vislib/altair/ScatterChart.py 96.96% <0.00%> (+3.03%) :arrow_up:
lux/vislib/altair/Heatmap.py 96.55% <0.00%> (+3.44%) :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 6bda76b...3c8da4c. Read the comment docs.