woodwork icon indicating copy to clipboard operation
woodwork copied to clipboard

Allow selective transformation

Open ParthivNaresh opened this issue 2 years ago • 1 comments

ignore_columns has been added as an argument when initializing a dataframe with woodwork. Any column name(s) that are passed in to df.ww.init(ignore_columns=[col_1, col_2, etc]) will be ignored during initialization, as long as they are included as part of an existing schema and aren't being forced to a logical type via the logical_types argument. This will cause all columns included in ignore_columns to not be transformed.

ParthivNaresh avatar Aug 24 '22 13:08 ParthivNaresh

Codecov Report

Merging #1504 (0d4d314) into main (178cdbf) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1504   +/-   ##
=======================================
  Coverage   98.69%   98.70%           
=======================================
  Files          95       95           
  Lines       10827    10896   +69     
=======================================
+ Hits        10686    10755   +69     
  Misses        141      141           
Impacted Files Coverage Δ
woodwork/exceptions.py 100.00% <100.00%> (ø)
woodwork/table_accessor.py 99.56% <100.00%> (+0.01%) :arrow_up:
woodwork/tests/accessor/test_table_accessor.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 24 '22 13:08 codecov[bot]