I am doing a left join between two dataframes right and left using merge:
merge
left.merge(right, on=\'A\', how=\'left\')
I get the wa