JuliaData / TableOperations.jl

Common table operations on Tables.jl interface implementations
Other
47 stars 9 forks source link

Allow select to work on super-wide tables #22

Closed quinnj closed 3 years ago

quinnj commented 3 years ago

Started with code suggested by @OkonSamuel in issue #20. Made some tweaks and added some tests and this seems to work now.

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (5679f6d) into main (e945919) will decrease coverage by 0.06%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   90.62%   90.55%   -0.07%     
==========================================
  Files           1        1              
  Lines         224      233       +9     
==========================================
+ Hits          203      211       +8     
- Misses         21       22       +1     
Impacted Files Coverage Δ
src/TableOperations.jl 90.55% <88.88%> (-0.07%) :arrow_down:

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 e945919...5679f6d. Read the comment docs.

OkonSamuel commented 3 years ago

Thanks @quinnj