mwouts / itables

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

Do not sort tables that have a categorical index #137

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

Fixes #135

codecov-commenter commented 1 year ago

Codecov Report

Merging #137 (33f0680) into main (c8316e6) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   96.14%   96.16%   +0.02%     
==========================================
  Files          22       22              
  Lines         648      652       +4     
==========================================
+ Hits          623      627       +4     
  Misses         25       25              
Impacted Files Coverage Δ
itables/sample_dfs.py 100.00% <ø> (ø)
tests/test_sample_dfs.py 100.00% <100.00%> (ø)

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

mwouts commented 1 year ago

I'll take #138 instead

mwouts commented 1 year ago

Finally I'll just remove the default or

mwouts commented 1 year ago

Finally I'll take the sample dfs from this PR