I want to df1 ∩ df2' in a pandas dataframe
df1 has headers (given below) with 100 rows
{a , b, c , d,x,y,v }
df2 has headers (given below) with 100 rows
{a, b, e, f,p,o,i}
the output of the join (just using the header names )
{c , d,x,y,v }