gisaia / ARLAS-proc

Workaround about data ingestion with computing frameworks
Apache License 2.0
4 stars 0 forks source link

ValueReplacer can replace value of another column #64

Closed laurent-thiebaud-gisaia closed 5 years ago

laurent-thiebaud-gisaia commented 5 years ago

Currently a push a proposal, where I renamed the transformer to ValueReplacerOtherCol and added a transformer ValueReplacerSameCol that simply calls the ValueReplacerOtherCol with good params. I tried to avoid code duplication, if you still find it is not clear, I will restore its own code in ValueReplacerSameCol. If you have a better idea for transformers naming also...