JuliaData / TypedTables.jl

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

Introduce DictTable <: AbstractDictionary #78

Closed andyferris closed 2 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #78 (acd6a82) into main (f72671a) will decrease coverage by 4.14%. The diff coverage is 59.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
- Coverage   73.64%   69.49%   -4.15%     
==========================================
  Files           6        7       +1     
  Lines         664      872     +208     
==========================================
+ Hits          489      606     +117     
- Misses        175      266      +91     
Impacted Files Coverage Δ
src/Table.jl 73.68% <0.00%> (-0.88%) :arrow_down:
src/DictTable.jl 56.84% <56.84%> (ø)
src/FlexTable.jl 80.60% <58.33%> (+0.35%) :arrow_up:
src/show.jl 50.35% <79.31%> (-0.44%) :arrow_down:
src/TypedTables.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f72671a...acd6a82. Read the comment docs.