As we see in the Picture of my dataframe,
I have a data Frame with Column names "Actual Touches" and "Expected Touches"
Now I want to Value compare between the columns 'Actual Touches' and 'Expected Touches', taking base as 'Expected Touches' and assign the results to a third column named 'Results' (like if value in 'Actual Touches'== 'Expected Touches', then in the results column it should represent pass else fail.)
Thanks for your time,