mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
740 stars 55 forks source link

Downsample on rows (resp. columns) when the table has many rows (resp.columns) #85

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

Closes #84

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (6d937fd) into main (47336dd) will increase coverage by 0.50%. The diff coverage is 100.00%.

:exclamation: Current head 6d937fd differs from pull request most recent head 4d19e16. Consider uploading reports for the commit 4d19e16 to get more accurate results

@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   91.78%   92.29%   +0.50%     
==========================================
  Files          16       16              
  Lines         414      441      +27     
==========================================
+ Hits          380      407      +27     
  Misses         34       34              
Impacted Files Coverage Δ
itables/downsample.py 100.00% <100.00%> (ø)
itables/javascript.py 83.22% <100.00%> (ø)
itables/version.py 100.00% <100.00%> (ø)
tests/test_downsample.py 100.00% <100.00%> (ø)

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 47336dd...4d19e16. Read the comment docs.