TutteInstitute / vectorizers

Vectorizers for a range of different data types
BSD 3-Clause "New" or "Revised" License
93 stars 23 forks source link

added a helper function to utils called categorical_columns_to_list. #68

Closed jc-healy closed 3 years ago

jc-healy commented 3 years ago

This function is handy for turning categorical data_frames into the list of list format that is consumed by the rest of our library.

codecov-commenter commented 3 years ago

Codecov Report

Merging #68 (90eae3f) into master (7d9c5ca) will increase coverage by 0.18%. The diff coverage is 97.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   89.33%   89.52%   +0.18%     
==========================================
  Files          19       19              
  Lines        3161     3237      +76     
  Branches      594      613      +19     
==========================================
+ Hits         2824     2898      +74     
- Misses        287      289       +2     
  Partials       50       50              
Impacted Files Coverage Δ
vectorizers/transformers.py 93.48% <94.59%> (+0.01%) :arrow_up:
vectorizers/tests/test_common.py 99.81% <100.00%> (+<0.01%) :arrow_up:
vectorizers/tests/test_transformers.py 100.00% <100.00%> (ø)
vectorizers/utils.py 75.12% <100.00%> (+0.76%) :arrow_up:

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 7d9c5ca...90eae3f. Read the comment docs.