Right now, left_on and right_on must be strings referring to individual columns. The only way to merge on multiple columns is if the sets of columns share the same names and we don't specify which columns to merge on, in which case it happens automatically. But I want to be able to say
Right now,
left_on
andright_on
must be strings referring to individual columns. The only way to merge on multiple columns is if the sets of columns share the same names and we don't specify which columns to merge on, in which case it happens automatically. But I want to be able to say