The parameters “lsuffix”, and “rsuffix” keep the column names of both CSVs. You can also perform a left join, right join, and other operations by adding another parameter “how”. The how parameter takes how : {‘left’, ‘right’, ‘outer’, ‘inner’} options. The default one is left join.