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

Add the `colspec(col::Col)` method & Update `ColSpec` interface error messages #189

Closed eliascarv closed 12 months ago

codecov-commenter commented 12 months ago

Codecov Report

Merging #189 (3bd369e) into master (df43e71) will increase coverage by 0.00%. Report is 2 commits behind head on master. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   92.21%   92.22%           
=======================================
  Files          31       31           
  Lines        1066     1067    +1     
=======================================
+ Hits          983      984    +1     
  Misses         83       83           
Files Changed Coverage Δ
src/colspec.jl 93.18% <100.00%> (+0.49%) :arrow_up:
src/transforms/indicator.jl 95.91% <100.00%> (ø)
src/transforms/map.jl 100.00% <100.00%> (ø)
src/transforms/onehot.jl 100.00% <100.00%> (ø)