mwouts / itables

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

Support Polars DataFrames #164

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

Closes #159

codecov-commenter commented 1 year ago

Codecov Report

Merging #164 (1d67bd5) into main (c6e7388) will increase coverage by 0.77%. The diff coverage is 97.53%.

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
+ Coverage   96.44%   97.22%   +0.77%     
==========================================
  Files          23       24       +1     
  Lines         732      829      +97     
==========================================
+ Hits          706      806     +100     
+ Misses         26       23       -3     
Impacted Files Coverage Δ
tests/test_update_samples.py 100.00% <ø> (+12.50%) :arrow_up:
itables/datatables_format.py 88.46% <84.61%> (+1.50%) :arrow_up:
itables/downsample.py 98.66% <100.00%> (+0.45%) :arrow_up:
itables/javascript.py 94.05% <100.00%> (+0.58%) :arrow_up:
itables/sample_dfs.py 100.00% <100.00%> (ø)
tests/conftest.py 100.00% <100.00%> (+4.34%) :arrow_up:
tests/test_datatables_format.py 100.00% <100.00%> (ø)
tests/test_documentation_notebooks_run.py 100.00% <100.00%> (ø)
tests/test_downsample.py 100.00% <100.00%> (ø)
tests/test_polars.py 100.00% <100.00%> (ø)
... and 1 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more