HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

Revert "FillNA can only work on single column" #72

Closed alessiamarcolini closed 3 years ago

alessiamarcolini commented 3 years ago

It has to accept list parameters for columns and derived_columns to be compliant with FeatureOperation. Additional checks are needed to ensure that the lists provided are composed of a single element

Reverts HK3-Lab-Team/pytrousse#71