JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

Implement a generic row iterator #179

Closed eliascarv closed 1 year ago

eliascarv commented 1 year ago

closes #178

codecov-commenter commented 1 year ago

Codecov Report

Merging #179 (23481ab) into master (79539dc) will decrease coverage by 0.02%. The diff coverage is 97.82%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   91.40%   91.39%   -0.02%     
==========================================
  Files          28       29       +1     
  Lines         896      941      +45     
==========================================
+ Hits          819      860      +41     
- Misses         77       81       +4     
Files Changed Coverage Δ
src/TableTransforms.jl 100.00% <ø> (ø)
src/tablerows.jl 97.77% <97.77%> (ø)
src/transforms/filter.jl 98.46% <100.00%> (ø)

... and 3 files with indirect coverage changes