Add multi-key join capability · Issue #214 · pandas-dev/pandas (original) (raw)

API would look like

a.join(b, on=['foo', 'bar'])

where 'foo', and 'bar' are columns in a and b is indexed by a MultiIndex with 2 levels

I am already working on this...just here so I don't forget