For anybody that has any experience with Python and Pandas,
I am trying to compare two dataframes (not equal indices) and see if one value from a column (studentIDs) is in another dataframe with the same column name.
If it is not, I need to add it to a separate dataframe.
Does anyone know how to do this?