'Merge multiple csv files that share only two variables

I'm trying to read in multiple csv files (20) that only share two columns how do i read in this data ?

example

csv1,csv2

csv1 varaibles [a,b,c] csv2 variables [d,e,a,c]

jointed_csv = [a,b,c,d,e]

looping all csv files ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source