I am trying to match this data column to column. I want to match first cell of column 1 to first cell of Column 3, then second cell of column 1 to second cell of column 3 and so on. My requirement is to get the result in Boolean. I am a novice and working on python for a week now.
My data is 1800 rows and 35 columns. What I am trying to do is simply use
=(A2=C2)
of excel but into python.
Please provide the exact code for the given data frame.
Thanks in advance