JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
147 stars 25 forks source link

Fix copy, simplify show #114

Closed andyferris closed 8 months ago

andyferris commented 8 months ago

This fixes a problem with copying DictTable (since changes in Dictionaries.jl) as well as a problem with printing tables containing #undef values.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (7811b93) 69.62% compared to head (2f6726e) 69.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ========================================== + Coverage 69.62% 69.82% +0.19% ========================================== Files 7 7 Lines 912 918 +6 ========================================== + Hits 635 641 +6 Misses 277 277 ```

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