mwouts / itables

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

Improve the detection of large integers #295

Closed mwouts closed 4 months ago

mwouts commented 5 months ago

Closes #291

github-actions[bot] commented 5 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@improve_bigint

(this requires nodejs, see more at Developing ITables)

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 96.19%. Comparing base (d92fbab) to head (adaee37).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #295 +/- ## ========================================== + Coverage 96.16% 96.19% +0.02% ========================================== Files 27 27 Lines 1173 1182 +9 ========================================== + Hits 1128 1137 +9 Misses 45 45 ```

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