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

Fix custom transforms docs example #191

Closed EssamWisam closed 11 months ago

EssamWisam commented 11 months ago

Last time when I worked on the docs, I misused Tables.materialize without noticing. When I ran the example, for some reason, Tables.jl did not return an error and instead returned the original table and I didn't notice that anything is wrong because I didn't focus on the specific numbers.

This issue is solved in the PR.

codecov-commenter commented 11 months ago

Codecov Report

Merging #191 (c2b365b) into master (d2334a1) will increase coverage by 0.18%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
+ Coverage   92.22%   92.40%   +0.18%     
==========================================
  Files          31       31              
  Lines        1067     1067              
==========================================
+ Hits          984      986       +2     
+ Misses         83       81       -2     

see 1 file with indirect coverage changes