root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Some bugfixes #133

Closed realratchet closed 9 months ago

realratchet commented 9 months ago

Fix an issue where join with merge keys produces an error Fix an issue with nim unpickler and 16bit ints, pickle format always declares them as uint16 Added missing progressbar for filter Reimplemented repagination in nim

codecov-commenter commented 9 months ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (dcc1edd) 82.07% compared to head (4e8725c) 82.22%.

Files Patch % Lines
tablite/export_utils.py 70.00% 3 Missing :warning:
tablite/base.py 77.77% 2 Missing :warning:
tablite/import_utils.py 71.42% 2 Missing :warning:
tablite/joins.py 88.88% 1 Missing :warning:
tablite/nimlite.py 83.33% 1 Missing :warning:
tablite/pivots.py 85.71% 1 Missing :warning:
tablite/redux.py 96.00% 1 Missing :warning:
tablite/sortation.py 75.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ========================================== + Coverage 82.07% 82.22% +0.15% ========================================== Files 27 27 Lines 4189 4197 +8 ========================================== + Hits 3438 3451 +13 + Misses 751 746 -5 ```

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