mwouts / itables

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

Explicit encoding argument in read_text() #253

Closed mwouts closed 3 weeks ago

mwouts commented 3 months ago

Closes #252 Closes #285

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@explicit_utf8_encoding

(this requires nodejs, see more at Developing ITables)

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 96.15%. Comparing base (353be33) to head (43002ce).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #253 +/- ## ======================================= Coverage 96.15% 96.15% ======================================= Files 27 27 Lines 1171 1171 ======================================= Hits 1126 1126 Misses 45 45 ```

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