I need to pull demographic data from df2 and use it to populate df1. I need to take all the instances where email addresses match in both dfs, and input the race, gender, and age data that is all stored in seperate columns in df2 into the currently empty df1. I hope this makes sense, Im new to coding, and this is my first time posting on Stack.
Ive tried a handful of things that I have found as answers to SIMILAR questions on here, but nothing so far has worked, and most things just keep kicking up errors about the 2 dfs not being the same size.