I want to merge a large pandas dataframe with shape of df1.shape = (80000, 18) to a small one with shape of df2.shape = (1, 18) on a column called "key". Here is t