mwouts / itables

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

Fix the generation of the "multiindex" polars df #308

Closed mwouts closed 3 months ago

mwouts commented 3 months ago

Cf. https://github.com/pola-rs/polars/issues/18130

github-actions[bot] commented 3 months ago

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab.

Also, the version of ITables developed in this PR can be installed with pip:

pip install git+https://github.com/mwouts/itables.git@fix_ci

(this requires nodejs, see more at Developing ITables)

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.71%. Comparing base (dfe261c) to head (4c7548e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #308 +/- ## ========================================== - Coverage 96.19% 95.71% -0.49% ========================================== Files 27 27 Lines 1183 1189 +6 ========================================== Hits 1138 1138 - Misses 45 51 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.