rsundqvist / id-translation

Turn meaningless IDs into human-readable labels.
MIT License
0 stars 0 forks source link

Add integrations for `polars` and `dask` #240

Closed rsundqvist closed 6 months ago

rsundqvist commented 6 months ago

Closes #226 Closes #229

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 92.06349% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 96.55%. Comparing base (3f625b0) to head (cb2e612).

Files Patch % Lines
src/id_translation/dio/_resolve.py 78.26% 4 Missing and 1 partial :warning:
src/id_translation/dio/integration/polars.py 89.13% 3 Missing and 2 partials :warning:
src/id_translation/dio/integration/dask.py 93.75% 1 Missing and 2 partials :warning:
src/id_translation/dio/_data_structure_io.py 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #240 +/- ## ========================================== - Coverage 96.85% 96.55% -0.30% ========================================== Files 60 62 +2 Lines 3558 3684 +126 Branches 606 630 +24 ========================================== + Hits 3446 3557 +111 - Misses 75 85 +10 - Partials 37 42 +5 ```

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