Pandas merge two dataframes with different columns
I’m surely missing something simple here. Trying to merge two dataframes in pandas that have mostly the same column names, but the right dataframe has some columns that the left doesn’t have, and vice versa.