mwouts / itables

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

fix an OverflowError when showing pl.UInt64 values #300

Open mwouts opened 5 days ago

mwouts commented 5 days ago

Closes #299

github-actions[bot] commented 5 days 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_299

(this requires nodejs, see more at Developing ITables)

codecov-commenter commented 5 days ago

Codecov Report

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

Project coverage is 96.19%. Comparing base (a2044f4) to head (661f758).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ======================================= Coverage 96.19% 96.19% ======================================= Files 27 27 Lines 1182 1183 +1 ======================================= + Hits 1137 1138 +1 Misses 45 45 ```

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