What?
Currently CompareTwoColumnsTransformer is only supporting numeric columns and we need to modify it as below
- Add the functionality to work with str columns
- Make sure it supports '&' comparisons
Why?
Then this will allow us to use on str columns as well with multiple conditions.